Ariya Hidayat
dcdc5b56c2
Install Hugo 0.16 on the fly and use it
2016-07-28 22:46:24 -07:00
Achilleas Pipinellis
9069e3b015
Use HTTPS for Google fonts
2016-07-11 17:16:19 +00:00
Achilleas Pipinellis
c3f817a28b
Merge branch 'fix-urls' into 'master'
...
Use official pages URL
See merge request !6
2016-07-11 15:59:46 +00:00
Achilleas Pipinellis
a71071e90c
Use test stage on branches other than master
2016-07-11 15:54:29 +00:00
Achilleas Pipinellis
deff787829
Use official pages URL
2016-07-11 15:51:15 +00:00
Achilleas Pipinellis
e07458d021
Merge branch 'fix-url' into 'master'
...
fix url
Fixes #4
Sorry @axil, this was a test and shouldn't have passed to the upstream :|
See merge request !4
2016-04-20 17:59:56 +00:00
Achilleas Pipinellis
8486d61b49
Merge branch 'fix-ci' into 'master'
...
fixes gitlab-ci (original state)
Same thing here @axil ( as in pages/hugo!4)
I don't know why my forked `master ` branch was merged to the upstream... The MR I added to update the "readme" was coming from a branch in the Pages group, not from my forked project.
Anyway, this MR will bring the `.gitlab-ci.yml` to its original state.
See merge request !5
2016-04-20 17:59:19 +00:00
Virtua Creative
4d21de4b1f
fix gitlab-ci (original state)
2016-04-20 15:40:36 +00:00
Virtua Creative
eb2f8df3b4
http -> https
2016-04-20 15:36:54 +00:00
Virtua Creative
6256d62d13
fix url
2016-04-20 15:33:12 +00:00
Achilleas Pipinellis
ee59cdc8bc
Merge branch 'note-preview-and-user-site' into 'master'
...
update README
Fixes #2
- Add note: preview site at `localhost:1313/hugo/` - see https://gitlab.com/pages/hugo/issues/2#note_4728574 - no need to add `--baseurl` flag to the `server` command (tested locally)
- Move the step "Generate the website: `hugo`" to the end - it's a non-required step
- Add note regarding user/group site and custom domain
cc/ @axil
See merge request !2
2016-04-20 12:56:32 +00:00
Virtua Creative
6e006926bb
Merge branch 'revert-b4178e45' into 'master'
...
Revert b4178e45
adding cache back
See merge request !3
2016-04-19 23:33:26 +00:00
Virtua Creative
e8f5c3be1f
Revert "test11: remove cache"
...
This reverts commit b4178e4531623a06feb68684f174140a53570df9
2016-04-19 23:32:56 +00:00
Virtua Creative
b4178e4531
test11: remove cache
2016-04-19 22:27:40 +00:00
Virtua Creative
36156ff4cf
test build after test10
2016-04-19 22:26:00 +00:00
Virtua Creative
7924d27088
test10: -qq
2016-04-19 22:19:35 +00:00
Virtua Creative
7510c8fb32
test9: apt-get update before apt-get git-core
2016-04-19 22:16:55 +00:00
Virtua Creative
dee98808dc
test8: list packages
2016-04-19 22:09:46 +00:00
Virtua Creative
a93b5e4071
test7: apt-get install git from the source
2016-04-19 22:06:05 +00:00
Virtua Creative
ca07445538
test6: apt-get git-core
2016-04-19 22:01:48 +00:00
Virtua Creative
1dc9690f6e
test6: apt-get git
2016-04-19 21:54:47 +00:00
Virtua Creative
d635249096
test5: apt-get git-all + cache
2016-04-19 21:52:52 +00:00
Virtua Creative
ac5838a462
test4: apt-get -qq + cache
2016-04-19 21:51:16 +00:00
Virtua Creative
8f5c3b374b
update readme - fixes #2
2016-04-19 21:30:20 +00:00
Virtua Creative
36a5e0d5ab
update config - custom domain
2016-04-19 19:49:31 +00:00
Virtua Creative
ed91faff5d
removing test: apt-get did not work
2016-04-19 16:30:32 +00:00
Virtua Creative
cac38c21b6
test2: install git
2016-04-19 16:28:11 +00:00
Virtua Creative
99315ef3a1
test1: install git
2016-04-19 16:26:28 +00:00
Virtua Creative
d599479391
test: install git before hugo
2016-04-19 16:23:22 +00:00
Achilleas Pipinellis
d3a9e560a0
Merge branch 'fix-config-baseurl' into 'master'
...
Fixes baseurl
## Why
Blog posts urls aren't correct:
Example, newest post url: https://pages.gitlab.io/hugo/hugo/posts/newest/ (`/hugo/` is repeating itself)
Correct path: https://pages.gitlab.io/hugo/posts/newest/
## How to fix this
Baseurl (current, not working): `"/hugo"`
Baseurl (correct): `"https://pages.gitlab.io/hugo/ "`
## Working example
Config: https://gitlab.com/virtua-tests/hugo/blob/master/config.toml
Website: https://virtua-tests.gitlab.io/hugo/
Posts:
https://virtua-tests.gitlab.io/hugo/posts/newest/
https://virtua-tests.gitlab.io/hugo/posts/middle/
https://virtua-tests.gitlab.io/hugo/posts/oldest/
----
cc/ @axil
See merge request !1
2016-04-13 16:43:05 +00:00
Virtua Creative
1e26eb14d0
fixes baseurl
2016-04-13 16:20:09 +00:00
Achilleas Pipinellis
b6e73458bd
Add TOC
2016-04-05 21:00:50 +03:00
Achilleas Pipinellis
9efb622064
Run only on master
2016-04-05 18:15:02 +03:00
Achilleas Pipinellis
6590c638fc
Update README
2016-04-05 18:14:49 +03:00
Achilleas Pipinellis
c64770c3d9
Exclude public dir
2016-04-05 18:13:16 +03:00
Achilleas Pipinellis
3cc228936d
yaml to toml
2016-04-05 18:12:49 +03:00
Achilleas Pipinellis
b1db6407b3
Set base_url to /hugo
2016-03-28 16:00:26 +00:00
Achilleas Pipinellis
4b264f448d
Change site URL
2016-03-23 10:21:13 +00:00
Achilleas Pipinellis
ae41758c88
Change Hugo url
2016-02-26 13:05:54 +02:00
Achilleas Pipinellis
682b1ec150
Change intro
2016-02-26 13:03:03 +02:00
Achilleas Pipinellis
eb0b63bd59
Remove public dir
2016-02-26 13:00:03 +02:00
Achilleas Pipinellis
3d1e0ca5d8
Update readme
2016-02-26 10:57:59 +00:00
Achilleas Pipinellis
5769fe328c
Update baseurl
2016-02-26 10:46:25 +00:00
Achilleas Pipinellis
ac12ca5a03
Use https
2016-02-26 10:40:39 +00:00
Achilleas Pipinellis
b0910f8c12
Add different image
2016-02-26 10:34:07 +00:00
Achilleas Pipinellis
f23cbd5d9a
Add .gitlab-ci.yml
2016-02-26 10:24:20 +00:00
Achilleas Pipinellis
1958fa0940
Change baseurl
2016-02-26 10:22:24 +00:00
Spencer Lyon
b236529add
Merge pull request #3 from blinksmith/master
...
Update template to work with Hugo v0.15
2016-02-10 07:45:25 -05:00
blinksmith
1bb3dcb920
update readme
2016-01-25 09:58:54 +07:00
blinksmith
846920f86b
add missing file
2016-01-25 09:57:46 +07:00