Source code running LCPQ code subsite https://www.lcpq.ups-tlse.fr/codes/
Go to file
David Sanchez 4b4b8fcd4b update some pages and last hugo version 2021-07-07 13:27:14 +02:00
archetypes first version 2020-07-09 19:14:45 +02:00
content update some pages and last hugo version 2021-07-07 13:27:14 +02:00
resources/_gen/assets/scss/codes/css first version 2020-07-09 19:14:45 +02:00
themes enfin un theme ok 2020-07-09 19:13:01 +02:00
.gitignore update some pages and last hugo version 2021-07-07 13:27:14 +02:00
.gitmodules enfin un theme ok 2020-07-09 19:13:01 +02:00
README.md update some pages and last hugo version 2021-07-07 13:27:14 +02:00
config.toml first version 2020-07-09 19:14:45 +02:00

README.md

Website build with Hugo 0.84.4

Hugo

Get Hugo

https://gohugo.io/getting-started/installing/

Clone website repo

git clone --recurse-submodules https://git.irsamc.ups-tlse.fr/LCPQ/lcpq-codes.git

Local preview for testing

cd lcpq-codes
hugo serve

you will get a message in the terminal similar to

Web Server is available at http://localhost:1313/codes/ (bind address 127.0.0.1)
Press Ctrl+C to stop

Open the address in your browser to preview the web site.

Compile the website

hugo

The Pages are created in the public folder

Modify an existing page

The pages are stored in the content directory.

Create a new page

hugo new newproject/_index.md