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.
Create an issue here
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 :)
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
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.