Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New to Hugo, adding new content to existing theme #908

Open
SamKrasnoff opened this issue Apr 25, 2024 · 1 comment
Open

New to Hugo, adding new content to existing theme #908

SamKrasnoff opened this issue Apr 25, 2024 · 1 comment

Comments

@SamKrasnoff
Copy link

Hello all,

I'm new to using hugo, but I've been very impressed by this theme and the product as a whole. However, I'm trying to add an about/projects page, but I'm not sure where/how to. I've tried creating HTML files and using the hugo new command, but they still do not appear. Thanks for any guidance you can provide!

@luizdepra
Copy link
Owner

Hey!

So, you only need to create an HTML when you need a new layout/template for a new kind of content (in Hugo it is called Archetype). Hugo Coder has two kinds of content currently: pages and posts. Basically, the difference between these two are that posts can be configured with tags, categories and series, and display comments. Pages are just crude pages.

To create a about page or a project page you just need to cerate a markdown file inside the content folder. See this example of my about page here (it is in Portuguese).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants