You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 days ago | |
---|---|---|
archetypes | 1 year ago | |
content | 5 days ago | |
resources/_gen/assets/scss | 5 months ago | |
themes | 5 months ago | |
.gitignore | 1 year ago | |
.gitmodules | 1 year ago | |
README.md | 1 year ago | |
config.toml | 5 months ago |
README.md
ShyanJMC
This repository contains the website files.
Architecture
The website is build with "hugo" (a static website maker).
- config.toml
Hugo's configuration
- content
Post's data.
The file name is the post's name. If the file contains an "XXXX.en.md" is in English lang, if have "XXXX.es.md" is in Spanish lang, if have "XXXX.no.md" is in Norsk Bokmal lang.
All above is interpreted by hugo to allow select language in the website.