Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola-site
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be6bf58d5ce4
Choose a base ref
...
head repository: getnikola/nikola-site
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e78bedc8e708
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 23, 2015

  1. Add fast feature page (speed test + sample build logs)

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jul 23, 2015
    Copy the full SHA
    5cc3e07 View commit details
  2. Add contributors page

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jul 23, 2015
    Copy the full SHA
    79a0779 View commit details
  3. Redesign menu

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jul 23, 2015
    Copy the full SHA
    e78bedc View commit details
29 changes: 21 additions & 8 deletions conf.py
Original file line number Diff line number Diff line change
@@ -188,13 +188,14 @@
('/handbook.html', '<strong>Handbook</strong>'),
('/features/index.html', '<strong>Features</strong>'),
('/conf.html', 'conf.py'),
('/changes.html', 'Changelog'),
('/creating-a-theme.html', 'Theming Tutorial'),
('/extending.html', 'Extending'),
('/internals.html', 'Internals'),
('/creating-a-site-not-a-blog-with-nikola.html', 'Creating a Site (Not a Blog)'),
('/license.html', 'License'),
),
'Documentation',
'Documentation'
),
(
(
@@ -206,14 +207,26 @@
),
'Support & Contact'
),
('https://github.com/getnikola/nikola', 'GitHub'),
('https://themes.getnikola.com', 'Themes'),
('https://plugins.getnikola.com', 'Plugins'),
('https://users.getnikola.com', 'Users'),
(
(
('https://themes.getnikola.com', 'Themes'),
('https://plugins.getnikola.com', 'Plugins'),
),
'Add-ons'
),
(
(
('https://github.com/getnikola/nikola', '<strong>Source code (GitHub)</strong>'),
('/changes.html', 'Changelog'),
('/license.html', 'License'),
('/authors.html', 'Contributors'),
),
'Development'
),
('/blog/index.html', 'Blog'),
('/changes.html', 'Changelog'),
)
}
('https://users.getnikola.com', 'Users'),
),
}

EXTRA_HEAD_DATA = '<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">'
CODE_COLOR_SCHEME = 'monokai'
101 changes: 101 additions & 0 deletions listings/build-logs/empty-site/0-fresh.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
$ nikola init -q empty-site
INFO: init: Created empty site at empty-site.
$ nikola build
Scanning posts....done!
. render_galleries:output/galleries
. render_galleries:output/galleries/index.html
. render_galleries:output/galleries/rss.xml
. render_indexes:output/index.html
. render_archive:output/archive.html
. copy_assets:output/assets/css/bootstrap.min.css
. copy_assets:output/assets/css/bootstrap-theme.min.css
. copy_assets:output/assets/css/theme.css
. copy_assets:output/assets/css/bootstrap.css.map
. copy_assets:output/assets/css/bootstrap-theme.css
. copy_assets:output/assets/css/docs.css
. copy_assets:output/assets/css/bootstrap.css
. copy_assets:output/assets/css/bootstrap-theme.css.map
. copy_assets:output/assets/css/colorbox.css
. copy_assets:output/assets/css/images/controls.png
. copy_assets:output/assets/css/images/loading.gif
. copy_assets:output/assets/css/images/ie6/borderTopLeft.png
. copy_assets:output/assets/css/images/ie6/borderBottomRight.png
. copy_assets:output/assets/css/images/ie6/borderTopCenter.png
. copy_assets:output/assets/css/images/ie6/borderBottomCenter.png
. copy_assets:output/assets/css/images/ie6/borderBottomLeft.png
. copy_assets:output/assets/css/images/ie6/borderMiddleLeft.png
. copy_assets:output/assets/css/images/ie6/borderTopRight.png
. copy_assets:output/assets/css/images/ie6/borderMiddleRight.png
. copy_assets:output/assets/js/jquery.colorbox.js
. copy_assets:output/assets/js/jquery.min.js
. copy_assets:output/assets/js/bootstrap.js
. copy_assets:output/assets/js/bootstrap.min.js
. copy_assets:output/assets/js/flowr.plugin.js
. copy_assets:output/assets/js/jquery.js
. copy_assets:output/assets/js/jquery.min.map
. copy_assets:output/assets/js/jquery.colorbox-min.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-ca.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-tr.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-no.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-he.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-nl.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-de.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-hr.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-ja.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-gr.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-ro.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-hu.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-fi.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-ru.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-gl.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-fr.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-pt-BR.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-sk.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-ar.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-bn.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-kr.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-lt.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-es.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-it.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-da.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-zh-CN.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-fa.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-sv.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-zh-TW.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-cs.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-my.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-uk.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-id.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-sr.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-et.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-lv.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-si.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-bg.js
. copy_assets:output/assets/js/colorbox-i18n/jquery.colorbox-pl.js
. copy_assets:output/assets/fonts/glyphicons-halflings-regular.svg
. copy_assets:output/assets/fonts/glyphicons-halflings-regular.woff
. copy_assets:output/assets/fonts/glyphicons-halflings-regular.ttf
. copy_assets:output/assets/fonts/glyphicons-halflings-regular.woff2
. copy_assets:output/assets/fonts/glyphicons-halflings-regular.eot
. copy_assets:output/assets/css/ipython.min.css
. copy_assets:output/assets/css/ipython.min.css.map
. copy_assets:output/assets/css/nikola_ipython.css
. copy_assets:output/assets/css/rst.css
. copy_assets:output/assets/xml/atom.xsl
. copy_assets:output/assets/xml/rss.xsl
. copy_assets:output/assets/js/mathjax.js
. copy_assets:output/assets/js/fancydates.js
. copy_assets:output/assets/js/html5.js
. copy_assets:output/assets/js/moment-with-locales.min.js
. copy_assets:output/assets/css/code.css
. render_listings:output/listings/index.html
. render_tags:output/categories/index.html
. render_posts:timeline_changes
. generate_rss:output/rss.xml
. create_bundles:output/assets/css/all.css
. create_bundles:output/assets/js/all-nocdn.js
. create_bundles:output/assets/css/all-nocdn.css
. create_bundles:output/assets/js/all.js
. sitemap:output/sitemap.xml
. sitemap:output/sitemapindex.xml
. robots_file:output/robots.txt
2 changes: 2 additions & 0 deletions listings/build-logs/empty-site/1-nochanges.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ nikola build
Scanning posts....done!
25 changes: 25 additions & 0 deletions listings/build-logs/empty-site/post-1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
$ nikola new_post --title="Post 1" --tags="foo,bar"
Creating New Post
-----------------

Title: Post 1
Scanning posts....done!
INFO: new_post: Your post's text is at: posts/post-1.rst
$ nikola build
Scanning posts....done!
. render_archive:output/2015/index.html
. render_archive:output/archive.html
. render_tags:output/categories/index.html
. render_tags:output/assets/js/tag_cloud_data.json
. render_sources:output/posts/post-1.rst
. render_posts:timeline_changes
. render_posts:cache/posts/post-1.html
. render_indexes:output/index.html
. render_tags:output/categories/bar.html
. render_tags:output/categories/foo.html
. render_pages:output/posts/post-1.html
. render_tags:output/categories/bar.xml
. render_tags:output/categories/foo.xml
. generate_rss:output/rss.xml
. sitemap:output/sitemap.xml
. sitemap:output/sitemapindex.xml
25 changes: 25 additions & 0 deletions listings/build-logs/empty-site/post-2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
$ nikola new_post --title="Post 2" --tags="bar,baz"
Creating New Post
-----------------

Title: Post 2
Scanning posts....done!
INFO: new_post: Your post's text is at: posts/post-2.rst
$ nikola build
Scanning posts....done!
. render_archive:output/2015/index.html
. render_tags:output/categories/index.html
. render_tags:output/assets/js/tag_cloud_data.json
. render_sources:output/posts/post-2.rst
. render_posts:timeline_changes
. render_posts:cache/posts/post-2.html
. render_tags:output/categories/baz.html
. render_indexes:output/index.html
. render_tags:output/categories/bar.html
. render_tags:output/categories/bar.xml
. generate_rss:output/rss.xml
. render_pages:output/posts/post-1.html
. render_pages:output/posts/post-2.html
. render_tags:output/categories/baz.xml
. sitemap:output/sitemap.xml
. sitemap:output/sitemapindex.xml
23 changes: 23 additions & 0 deletions listings/build-logs/empty-site/post-3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
$ nikola new_post --title="Post 3" --tags="foobar"
Creating New Post
-----------------

Title: Post 3
Scanning posts....done!
INFO: new_post: Your post's text is at: posts/post-3.rst
$ nikola build
Scanning posts....done!
. render_archive:output/2015/index.html
. render_tags:output/categories/index.html
. render_tags:output/assets/js/tag_cloud_data.json
. render_sources:output/posts/post-3.rst
. render_posts:timeline_changes
. render_posts:cache/posts/post-3.html
. render_tags:output/categories/foobar.html
. render_indexes:output/index.html
. generate_rss:output/rss.xml
. render_pages:output/posts/post-3.html
. render_pages:output/posts/post-2.html
. render_tags:output/categories/foobar.xml
. sitemap:output/sitemap.xml
. sitemap:output/sitemapindex.xml
3 changes: 3 additions & 0 deletions stories/AUTHORS.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. title: Nikola Contributors
.. slug: authors
.. date: 2012/08/18 23:00
105 changes: 105 additions & 0 deletions stories/AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
* `Agustin Henze <https://github.com/agustinhenze>`_
* `Alberto Berti <https://github.com/azazel75>`_
* `Alex Popescu <https://github.com/al3xandru>`_
* `Alex Walters <https://github.com/tritium21>`_
* `Andreas Linz <https://github.com/KLINGTdotNET>`_
* `Areski Belaid <https://github.com/areski>`_
* `Aru Sahni <https://github.com/arusahni>`_
* `Aurelien Naldi <https://github.com/aurelien-naldi>`_
* `Ben Mather <https://github.com/bwhmather>`_
* `Boris Kaul <https://github.com/localvoid>`_
* `Brandon W. Maister <https://github.com/quodlibetor>`_
* `Bussonnier Matthias <https://gtihub.com/carreau>`_
* `Carsten Grohmann <https://github.com/CarstenGrohmann>`_
* `Casey M. Bessette <https://github.com/caseybessette>`_
* `Chris Lee <https://github.com/clee>`_
* `Chris Warrick <https://github.com/Kwpolska>`_
* `Claudio Canepa <https://github.com/ccanepa>`_
* `Damien Tournoud <https://github.com/damz>`_
* `Damián Avila <https://github.com/damianavila>`_
* `Daniel Aleksandersen <https://github.com/Aeyoun>`_
* `Daniel Devine <https://github.com/DDevine>`_
* `Daniel F. Moisset <https://github.com/dmoisset>`_
* `David Beath <https://github.com/DBeath>`_
* `Dhruv Baldawa <https://github.com/dhruvbaldawa>`_
* `Dirk Engling <https://github.com/erdgeist>`_
* `Dmitry Verkhoturov <https://github.com/paskal>`_
* `Duncan Lock <https://github.com/dflock>`_
* `Edinei Cavalcanti <https://github.com/neiesc>`_
* `Eduardo Schettino <https://github.com/schettino72>`_
* `Edwin Steele <https://github.com/edwinsteele>`_
* `Emilien Klein <https://github.com/e2jk>`_
* `Evgeni Golov <https://github.com/evgeni>`_
* `Felix Fontein <https://github.com/felixfontein>`_
* `Felix Schwarz <https://github.com/FelixSchwarz>`_
* `Grzegorz Śliwiński <https://github.com/fizyk>`_
* `Guillermo O. Freschi <https://github.com/Tordek>`_
* `Hardening <https://github.com/hardening>`_
* `Ivan Teoh <https://github.com/ivanteoh>`_
* `John Kristensen <https://github.com/jerrykan>`_
* `Joshua Barratt <https://github.com/jbarratt>`_
* `Juan Pedro Fisanotti <https://github.com/fisadev>`_
* `Kade For <https://github.com/kadefor>`_
* `Kay Hayen <https://github.com/kayhayen>`_
* `Leandro Poblet <https://github.com/DoctorMalboro>`_
* `Luis Miguel Morillas <https://github.com/lmorillas>`_
* `Manuel Kaufmann <https://github.com/humitos>`_
* `Marcelo MD <https://github.com/marcelomd>`_
* `Marcos Dione <https://github.com/StyXman>`_
* `Mariano Guerra <https://github.com/marianoguerra>`_
* `Mario Pozzo <https://github.com/camboris>`_
* `Mark Eichin <https://github.com/eichin>`_
* `Martin Bless <https://github.com/marble>`_
* `Martin Wimpress <https://github.com/wimpr1m>`_
* `Martín Gaitán <https://github.com/mgaitan>`_
* `Matias Novoa <https://github.com/mattgaviota>`_
* `Michael Joseph <https://github.com/michaeljoseph>`_
* `Michael McNeil Forbes <https://github.com/mforbes>`_
* `Michal Petrucha <https://github.com/koniiiik>`_
* `Miguel Ángel García <https://github.com/magmax>`_
* `Neil MartinsenBurrell <https://github.com/neilmb>`_
* `Niko Wenselowski <https://github.com/okin>`_
* `Nikola Kotur <https://github.com/kotnik>`_
* `Ondřej Grover <https://github.com/smartass101>`_
* `Onno Broekmans <https://github.com/onnodb>`_
* `Pablo Seminario <https://github.com/pabluk>`_
* `Patrick Wildt <https://github.com/Bluerise>`_
* `Paul Ivanov <https://github.com/ivanov>`_
* `Pelle Nilsson <https://github.com/pellenilsson>`_
* `Pierpaolo Da Fieno <https://github.com/numshub>`_
* `Puneeth Chaganti <https://github.com/punchagan>`_
* `Raimon Esteve <https://github.com/raimonesteve>`_
* `Ramiro Morales <https://github.com/ramiro>`_
* `Roberto Alsina <https://github.com/ralsina>`_
* `Rodrigo Bistolfi <https://github.com/rbistolfi>`_
* `Roger Binns <https://github.com/rogerbinns>`_
* `Roman Faizullin <https://github.com/faizrr>`_
* `Roman Imankulov <https://github.com/imankulov>`_
* `Santiago Pestarini <https://github.com/quijot>`_
* `Sean Pue <https://github.com/seanpue>`_
* `Simon van der Veldt <https://github.com/simonvanderveldt>`_
* `Stefan Näwe <https://github.com/snaewe>`_
* `Thibauld Nion <https://github.com/tibonihoo>`_
* `Thomas Burette <https://github.com/tburette>`_
* `Tim Chase <https://github.com/Gumnos>`_
* `Tolu Sonaike <https://github.com/tolusonaike>`_
* `Troy Toman <https://github.com/troytoman>`_
* `Udo Spallek <https://github.com/udono>`_
* `Yaşar Arabacı <https://github.com/yasar11732>`_
* `Yasuhiko Shiga <https://github.com/quoth>`_
* `Zhaojun Meng <https://github.com/zhaojunmeng>`_
* `dastagg <https://github.com/dastagg>`_
* `dastagg <https://github.com/dastagg>`_
* `ermeaney <https://github.com/ermeaney>`_
* `follower <https://github.com/follower>`_
* `lbiaggi <https://github.com/lbiaggi>`_
* `mrabbitt <https://github.com/mrabbitt>`_
* `nlaurens <https://github.com/nlaurens>`_
* `notfoss <https://github.com/notfoss>`_
* `phora <https://github.com/phora>`_
* `pmav99 <https://github.com/pmav99>`_
* `pwm1234 <https://github.com/pwm1234>`_
* `rafacarrascosa <https://github.com/rafacarrascosa>`_
* `yarko <https://github.com/yarko>`_
* `小明 <https://github.com/dongweiming>`_
* `Brad Miller <https://github.com/bnmnetp>`_
Loading