76 Commits

Author SHA1 Message Date
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
blinksmith
81499bba36 Update to hugo v0.15 2016-01-25 09:46:25 +07:00
blinksmith
15081ac7e5 fix baseURL
update for hugo 0.15
2016-01-25 06:26:13 +07:00
Spencer Lyon
e6b3d2ec3b rebuilding site Wed Jun 25 01:00:47 EDT 2014 2014-06-25 01:00:47 -04:00
Spencer Lyon
054b7c850e rebuilding site Wed Jun 25 00:57:51 EDT 2014 2014-06-25 00:57:51 -04:00
Spencer Lyon
e1f8d9fef4 rebuilding site Wed Jun 25 00:56:09 EDT 2014 2014-06-25 00:56:09 -04:00
Spencer Lyon
938a29700e rebuilding site Wed Jun 25 00:53:05 EDT 2014 2014-06-25 00:53:05 -04:00
Spencer Lyon
bf4fa67d78 rebuilding site Wed Jun 25 00:51:30 EDT 2014 2014-06-25 00:51:30 -04:00
Spencer Lyon
a92a7b999a rebuilding site Wed Jun 25 00:50:41 EDT 2014 2014-06-25 00:50:41 -04:00