Skip to content

12bitvn/news.12bit.vn

Repository files navigation

news.12bit.vn

Browse multiple web development sites at the same time.

Netlify Status

featured-image

Contributing

Prerequisites

Since Netlify does not support Hugo extended version that allows Hugo converts SCSS to CSS. We need to use a task runner to convert SCSS. In this case, webpack is our first choice.

  • Hugo
  • Node.js, npm

Install Node.js dependencies

yarn install

Start webpack development & local server

You may need to run the both commands at the same time.

yarn dev
hugo serve

Browse the site at http://localhost:1313

Add your site

Trust me, it's really simple. You don't need to inbox us.

If you have a blog, you can add your RSS link into this file, then create a pull request. We'll review it as soon as possible.