Skip to content

hnccbits/learn.hnccbits.com

 
 

Repository files navigation

HnCC Learn (hLearn)

HnCC Learn(hLearn) is a curated list for the community to learn anything from design to devleopment. The resources/content is community maintained. Anyone can contribute to this project.

HnCC Learn is by the community for the community.

Contributing articles

Non git way

Create an issue here

git way

Contents are written in markdown (.md). Visit here to get some idea about markdown.

Now What can you add? This is a curated list for resources to learn anything from design to development. Just create some article or some curated list such as courses/materials link inside that particular section in https://learn.hnccbits.com/docs/.

Add contents inside article_directory/ directory inside /content/docs/en/ For a main content section create _index.md and for articles create article_directory/_index.md OR article_name.md

Feel free to ask anything. We look forward to your first pull request with us :)

Cloning the HnCC Learn (Docsy Example) Project in your local system

The following will give you a project that is set up and ready to use (don't forget to use --recurse-submodules or you won't pull down some of the code you need to generate a working site). The hugo server command builds and serves the site. If you just want to build the site, run hugo instead.

To install Hugo :

  • Linux: Try with your custom package manager (apt, pacman, yu etc) or Homebrew on linux

  • Windows : Follow the official guide

  • macOS : Follow the official guide

git clone --recurse-submodules --depth 1 https://github.com/hnccbits/learn.hnccbits.com.git
cd learn.hnccbits.com
hugo server

The theme is included as a Git submodule:

▶ git submodule
 a053131a4ebf6a59e4e8834a42368e248d98c01d themes/docsy (heads/master)

If you want to do SCSS edits and want to publish these, you need to install PostCSS (not needed for hugo server):

npm install

Running the website locally

Once you've cloned the site repo, from the repo root folder, run:

hugo server

If you are interested, you can read our journey of starting this site here .

Maintainers:

With ❤︎ from HnCC Web Team.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.4%
  • Shell 15.2%
  • SCSS 7.4%