Emily Horsman
c6bdb84752
Docs: add emilyhorsman.com (buttercup theme) to showcase
2016-01-09 11:02:27 -07:00
digitalcraftsman
2d93bfc02f
Docs: add panel showing the last revision of a page
...
The panel also contains the version of the
documentation.
2016-01-07 04:23:26 -07:00
Anthony Fok
b06bf79325
Docs: Copyedit extras/robots-txt.md
2016-01-06 21:11:02 -07:00
Bjørn Erik Pedersen
915fc9468a
docs: Add lastmod to content files
...
Based on last commit in Git.
2016-01-06 23:55:18 +01:00
ominty
ddc1ea9b1b
Update press.md
...
New entry: Harald Weidner in german at Cologne Linux Meeting 2015: Link to set of slides available on bottom of page
2016-01-06 12:02:42 -05:00
Ivan Fraixedes
1be6b52ebf
Add embeded template for robots.txt
2016-01-05 23:36:16 +01:00
Anthony Fok
aefd1fe626
Docs: Update copyright year on gohugo.io front page
2016-01-04 23:47:12 -07:00
Anthony Fok
1d16427281
Docs: Run "brew update" before "brew install hugo"
...
Remind user to always run "brew update" first in order to avoid
repeated bug reports from users who didn't do that.
See #824 , #1067 , #1537 , #1633 and #1749
2016-01-04 23:36:57 -07:00
Alexandre Bourget
c38fa0666f
Added documentation about variable scoping in "partials".
2016-01-04 12:42:48 -05:00
Alexandre Bourget
aab2f637a7
Added "Caddy server"'s handling of 404 errors.
2016-01-04 12:42:47 -05:00
Kartik Singhal
291b8b175f
Update doc to reflect default value of watch variable
2016-01-04 12:35:26 -05:00
Gerben Castel
854477959c
Allow renaming of sitemap.xml
2016-01-04 12:28:49 -05:00
Anthony Fok
970e35ab34
Add to press.md two articles about Hugo on AWS Lambda
...
and one article about WordPress-to-Hugo migration
2016-01-03 05:14:13 -07:00
ominty
d3a339555b
Update press.md
...
Fix table, and add new entry
2016-01-02 13:25:04 -07:00
digitalcraftsman
a5503e2533
Add template funcs countwords and countrunes
2016-01-02 11:00:03 -05:00
digitalcraftsman
951114e7e3
Add themesDir option to configuration
...
themesDir can be used to change the default
path of the themes folder.
Fixes 1556
2016-01-01 14:46:40 -05:00
digitalcraftsman
e2b18cb761
Docs: add hugodeploy to tools section
2015-12-31 14:38:09 -07:00
ominty
287466feb1
Add to press.md Beginners Tutorial for Hugo (German)
2015-12-31 14:34:49 -07:00
digitalcraftsman
48404e9d12
Docs: remove unnecessary --watch flag
2015-12-26 20:03:23 -07:00
digitalcraftsman
201b97aa35
Docs: add cross-references to installation guides
2015-12-26 20:03:23 -07:00
Igor Kulman
ccb11ffa77
Add Coding Journal (blog.kulman.sk) to the Showcase
2015-12-25 04:12:17 -07:00
Anthony Fok
076888b244
Docs: Add nohighlight shortcode and improve formatting
...
And some random formatting and copyediting fixes.
See also #1708
2015-12-23 09:31:07 -07:00
Anthony Fok
a950f26cf0
Docs: Add lang attribute to Chinese and Japanese Press entries
...
This helps the web browser display the article titles and author names
with the correct CJK glyph variants.
2015-12-23 03:40:52 -07:00
Anthony Fok
3b840c7b12
Docs: Upgrade highlight.js to 9.0.0
...
with the following added languages in anticipation of document expansion:
apache dockerfile dos less php powershell python tex yaml
To reproduce docs/static/js/highlight.pack.js on Debian/Ubuntu:
$ sudo apt-get install nodejs npm
$ wget https://github.com/isagalaev/highlight.js/archive/9.0.0.tar.gz
$ tar xzf 9.0.0.tar.gz
$ cd highlight.js-9.0.0/
$ npm install
$ nodejs tools/build.js markdown asciidoc xml css javascript \
ini yaml json go bash diff dockerfile dos powershell makefile \
apache nginx tex http php python ruby django haml handlebars \
scss less coffeescript
Then, copy the resulting build/highlight.pack.js as well as
src/styles/monokai-sublime.css to the appropriate Hugo docs directories.
2015-12-22 13:54:35 -07:00
Anthony Fok
705e6c563a
Docs: Upgrade InstantClick from 3.0.1 to 3.1.0
...
Note: It is not currently used on http://gohugo.io/
2015-12-21 17:28:06 -07:00
Anthony Fok
9974435d81
Docs: Upgrade livereload.js from post-2.0.8 to 2.2.1
...
Note: It is not currently used on http://gohugo.io/
2015-12-21 17:27:43 -07:00
Anthony Fok
11edfed844
Docs: Upgrade Owl Carousel to 2.0.0-beta.3 (2015-06-19)
...
Downloaded from
http://smashingboxes.github.io/OwlCarousel2/download/owl.carousel.2.0.0-beta.3.zip
Also modify /index.html to use minified version of CSS files.
2015-12-21 13:21:42 -07:00
Anthony Fok
cedd5fb9b4
Docs: Upgrade jquery.scrollTo from 1.4.6 to 2.1.2
2015-12-21 12:54:47 -07:00
Anthony Fok
5566bf0ae0
Docs: Correct file permissions from 0755 to 0644
2015-12-21 12:40:08 -07:00
Anthony Fok
edfa80c5dd
Docs: Rebase bootstrap-gohugo.css on Bootstrap v3.3.6
...
It was previously based on a customized version of bootstrap.css
from Bootstrap v3.0.0.
Also add a brief copyright notice and description.
2015-12-21 12:12:12 -07:00
Anthony Fok
324121f1f7
Docs: Rename bootstrap-theme.css to bootstrap-gohugo.css
...
because our bootstrap-theme.css was originally a customized
core bootstrap.css file from Bootstrap v3.0.0.
This rename helps to avoid confusion with Bootstrap’s official
bootstrap-theme.css files.
2015-12-21 12:04:11 -07:00
Anthony Fok
1fcfdae801
Docs: Upgrade Bootstrap from v3.2.0 to v3.3.6
...
Fonts and JavaScript files only
2015-12-21 11:57:55 -07:00
Anthony Fok
f55d923aae
Docs: Remove octicons fonts
...
The GitHub octicons fonts, which, in our case, came with GitHub:buttons,
are not actually used on gohugo.io. Rather, the icons inside the GitHub
buttons are actually glyphs from Font Awesome.
2015-12-21 03:28:07 -07:00
Anthony Fok
db991c0293
Docs: Remove unused GitHub:buttons files
...
The GitHub:buttons JavaScript code docs/static/js/buttons.js
from https://github.com/ntkme/github-buttons was referenced
in docs/layouts/partials/footer.html but never used.
Apparently, the actual code for the GitHub buttons on the upper-left
corner of gohugo.io documentation was written by @spf13 in
docs/static/js/scripts.js.
2015-12-20 13:18:18 -07:00
Anthony Fok
9f2cf36ab2
Docs: Upgrade Font Awesome from 4.1.0 to 4.5.0
...
From https://fortawesome.github.io/Font-Awesome/assets/font-awesome-4.5.0.zip
2015-12-19 14:47:26 -07:00
Anthony Fok
649f78932b
Upgrade jQuery 2.1.1 to 2.1.4 in doc
2015-12-19 12:19:26 -07:00
Anthony Fok
0882495929
Docs: Allow HTML in Showcase titles
...
This allows, for example, marking with the lang attribute
so that the correct CJK glyph variants are displayed.
2015-12-19 06:15:08 -07:00
Anthony Fok
07c7ec018d
Docs: Make <hr> slightly darker on gohugo.io
2015-12-19 05:11:54 -07:00
Anthony Fok
ec80c63b11
Document 32-bit hugo server
crash in v0.15 Release Note
...
See #1716
2015-12-19 04:33:45 -07:00
Salar Rahmanian
fa2e6e96ff
Add gadgetplayboy.com to Showcase and an article to Press
2015-12-19 01:05:03 -07:00
digitalcraftsman
0c33563812
Docs: add hugo-lambda to tools section
2015-12-17 10:28:52 -07:00
Anthony Fok
32a77e255c
Docs: Enhance contrast and increase font-weight
...
Also replace 'Courier New' with newer monospace fonts,
and make font in main text slightly smaller to better fit
smaller screen.
See #1678 .
2015-12-16 19:10:46 -07:00
Anthony Fok
40ccf4ae16
Fix formatting of "Installing on Windows" tutorial
2015-12-16 18:43:55 -07:00
Anthony Fok
a6b4c95e1e
Regenerate the commands section of doc
...
Reason: The `--source` flag was added back to the `hugo new` commands
in commit c1e134f.
See #1624 , #1589
2015-12-16 09:26:06 -07:00
digitalcraftsman
827800c895
Docs: reference Jekyll import command in tools section
2015-12-16 00:00:05 -07:00
digitalcraftsman
f771bc04c4
Docs: add Contentful converter to tools section
2015-12-16 00:00:05 -07:00
Anthony Fok
91b89a4956
Remove/update outdated links in Press and Showcase
2015-12-13 05:57:18 -07:00
Maxime Michel
4d1d57eb54
Added a missing closing tag
2015-12-11 10:51:17 -07:00
Anthony Fok
a959d7761c
Revise docs/content/tools/index.md (minor fixes)
2015-12-11 10:49:38 -07:00
Michael Holt
274316ab12
Remove Duplicate "Editor Plugins" Section
...
Editor Plugins was repeated a second time. with identical content
2015-12-11 10:36:21 -07:00