Source code running LCPQ code subsite https://www.lcpq.ups-tlse.fr/codes/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
David Sanchez 2cb3f19dcf
continuous-integration/drone/push Build is passing Details
https dirac
4 months ago
archetypes first version 3 years ago
content https dirac 4 months ago
themes enfin un theme ok 3 years ago
.drone.yml drone email recipient fix 1 year ago
.gitignore update theme & fix stuff 1 year ago
.gitmodules enfin un theme ok 3 years ago
README.md update some pages and last hugo version 2 years ago
config.toml first version 3 years ago

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