Site web des Tisseurs
Find a file
2020-09-23 11:49:42 +08:00
content some more links 2020-09-23 11:49:42 +08:00
data/tisseurs fix some more info 2020-09-12 04:28:03 +08:00
layouts/partials Feature/tisseurs 2019-05-25 06:23:34 +00:00
static some relooking on tisseurs page 2020-09-12 04:34:17 +08:00
themes/beautifulhugo some relooking on tisseurs page 2020-09-12 04:34:17 +08:00
.gitignore initial import 2019-04-09 16:33:16 +02:00
.gitlab-ci.yml Add .gitlab-ci.yml 2019-04-06 17:12:52 +00:00
config.toml Feature/tisseurs 2019-05-25 06:23:34 +00:00
docker-compose.yml bidouillage imitial 2019-04-09 18:49:06 +02:00
LICENSE initial import 2019-04-09 16:33:16 +02:00
README.md add LE instructions 2019-04-25 08:56:22 +08:00

Build Status


Example Hugo website using GitLab Pages.

Learn more about GitLab Pages at https://pages.gitlab.io and the official documentation https://docs.gitlab.com/ce/user/project/pages/.


Table of Contents generated with DocToc

Using docker-compose

To build and serve locally without installing anything, provided that you have docker running:

docker-compose up

Then browse http://localhost:1313/

Building locally

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. Install Hugo
  3. Preview your project: hugo server
  4. Add content
  5. Generate the website: hugo (optional)

Read more at Hugo's documentation.

Preview your site

If you clone or download this project to your local computer and run hugo server, your site can be accessed under localhost:1313/hugo/.

The theme used is adapted from http://themes.gohugo.io/beautifulhugo/.

Troubleshooting

  1. CSS is missing! That means two things:

    Either that you have wrongly set up the CSS URL in your templates, or your static generator has a configuration option that needs to be explicitly set in order to serve static assets under a relative URL.

  2. SSL certificate expired

    see https://about.gitlab.com/2016/04/11/tutorial-securing-your-gitlab-pages-with-tls-and-letsencrypt/ (until we automate it with https://github.com/rolodato/gitlab-letsencrypt or custom api script)