Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irkode/zero2hugo
An evolving Tutorial how to setup a static website from scratch
https://github.com/irkode/zero2hugo
hugo primer
Last synced: about 1 month ago
JSON representation
An evolving Tutorial how to setup a static website from scratch
- Host: GitHub
- URL: https://github.com/irkode/zero2hugo
- Owner: irkode
- License: mit
- Created: 2024-04-16T18:15:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T19:59:36.000Z (8 months ago)
- Last Synced: 2024-11-05T20:13:45.897Z (3 months ago)
- Topics: hugo, primer
- Language: HTML
- Homepage: https://irkode.github.io/zero2hugo/
- Size: 282 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zero 2 Hugo - A Website Primer
_Zero 2 Hugo_ is an evolving Primer for creating a website from scratch using Hugo.
We develop a website starting with a bare metal one and finally reach a featured website with a nice
look and feel.## It's not a QuickStart
If you came here to find a quick guide to set up a static website with a nice theme and simple
setup - this is not where you are. We recommend one of the tutorials around maybe one already
utilizing a Theme for layout and styling. An fast and easy go would be
[Hugo - Getting Started](https://gohugo.io/getting-started/).## It's not an easy Hugo guide
Zero2Hugo is **not** an introduction SSG, Web technologies (Html, css, scss...), front matter,
Markdown, template systems, Git, GitHub, GitHubPages, ... (yeah, buzzword bingo).We use all that while evolving the site but we won't get in details.
For _Hugo_ we provide a little more background information. Where appropriate we link to link to the
official [Hugo Documentation](https://gohugo.io/documentation/). Be prepared to read a lot of these
pages for deeper understanding.We expect you to be familiar with
- Your operating systems command line interface
- Git
- Markdown
- HTML, CSS, SCSS, ...- basic programming skills will help
## Examples
While evolving we will push example sources for each site to our code repository. Each example is a
small website on it's own and runnable. Just check out the example section or browse the repo.## Let's start from Zero
**Zero** here really means from scratch. We will start with an empty local folder and a fresh git
repository. Step by step we evolve to a static website written in Markdown, generated using Hugo and
styled with Bulma.The site finally should evolve to be fancy
- themed
- responsive
- multilingual
- versioned
- maybe more...If we did not scare you away, stay curious and
## Read the story
- [From Zero 2 Hugo- Website](https://irkode.github.io/zero2hugo/)
- [From Zero 2 Hugo- Primer](https://irkode.github.io/zero2hugo/primer)
- [From Zero 2 Hugo - Example Sites](https://irkode.github.io/zero2hugo/examples)
Our ready to run example websites discussed in the Primer
- [From Zero 2 Hugo- Tools](https://irkode.github.io/zero2hugo/tools)
A list of tools we use incl. brief setup and usage instructions. Maybe something valuable for you
here.### or browse the sources
- [From Zero 2 Hugo - Repository](/)
- [From Zero 2 Hugo - Content](/content/)
- [From Zero 2 Hugo - Examples](/examples/)