Sabayon / sabayon-website-next

Sabayon next website
https://next.sabayon.org
5 stars 3 forks source link

Sabayon blog (Hugo-powered)

State: draft

Getting Started

To get started, you should simply fork or clone this repository! That's definitely an important first step.

Install Hugo in a way that best suits your environment and comfort level (on sabayon you can install it by doing sudo equo i hugo)

Since the theme was moved to a separate repo you need to take some more steps:

HUGO_THEME=https://github.com/Sabayon/sabayon-website-next-theme make dependencies
HUGO_THEME=https://github.com/Sabayon/sabayon-website-next-theme make build

In 2a command prompt or terminal, navigate to the path that contains your config.toml file and run hugo. That's it! You should now have a public directory with a complete blog! Open public/index.html in your browser and bask.

If that wasn't amazing enough, from the same terminal, run hugo server -w --theme=website-next. This will watch your directories for changes and rebuild the site immediately, and it will make these changes available at http://localhost:1313/ so you can view your finished site in your browser. Go on, try it. This is one of the best ways to preview your site while working on it.

To further learn Hugo and learn more, read through the Hugo documentation or browse around the files in this repository.

This site is still a draft, join the issue to discuss a graphic and UX change.

What's the current state:

Future (Notes also taken from users feedback):