Skip to content

Commit

Permalink
Adapt to Nikola 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfisteus committed Mar 22, 2019
1 parent 72b59a6 commit 696f110
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@

NAVIGATION_LINKS = {
DEFAULT_LANG: (
('/download.html', 'Download'),
('/documentation.html', 'Documentation'),
('/download/index.html', 'Download'),
('/documentation/index.html', 'Documentation'),
('https://github.com/jfisteus/eyegrade/', 'GitHub'),
('/blog/index.html', 'Blog'),
("/blog/archive.html", "Blog archive"),
Expand All @@ -126,7 +126,7 @@
}

# Name of the theme to use.
THEME = "bootstrap3"
THEME = "bootstrap4"

# Below this point, everything is optional

Expand Down Expand Up @@ -761,7 +761,7 @@

# If you hate "Filenames with Capital Letters and Spaces.md", you should
# set this to true.
UNSLUGIFY_TITLES = True
FILE_METADATA_UNSLUGIFY_TITLES = True

# Additional metadata that is added to a post when creating a new_post
# ADDITIONAL_METADATA = {}
Expand Down
3 changes: 3 additions & 0 deletions files/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.entry-title a {
color: rgb(12, 84, 96);
}
2 changes: 1 addition & 1 deletion stories/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
User guides
====================

- `Quick start guide <quick-start-guide.html>`_
- `Quick start guide <../quick-start-guide/index.html>`_

- `Eyegrade user manual <doc/user-manual/>`_

Expand Down
2 changes: 1 addition & 1 deletion stories/download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on that platform are welcome.

If you are trying Eyegrade for the first time,
you may want to go through the
`quick start guide <quick-start-guide.html>`_.
`quick start guide <../quick-start-guide/index.html>`_.

Checksums
............
Expand Down
6 changes: 3 additions & 3 deletions stories/welcome.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.. title: Eyegrade: grading multiple choice exams with a webcam
.. slug: index

Eyegrade: grading multiple choice exams with a webcam
=======================================================

.. class:: lead

Eyegrade uses a webcam to grade multiple choice question exams.
Expand Down Expand Up @@ -109,6 +106,7 @@ And here is a more current screenshot:
.. class:: lead

Trying Eyegrade
------------------

Eyegrade has been used in several courses
at `Universidad Carlos III de Madrid <http://www.uc3m.es>`_
Expand All @@ -121,6 +119,7 @@ if you want to give it a try.
.. class:: lead

How can you contribute?
--------------------------

Eyegrade is free software, licensed under the terms of the
`GNU General Public License (GPL) version 3
Expand All @@ -137,6 +136,7 @@ Bug reports, feature requests and pull requests are welcome there.
.. class:: lead

How can you cite this work from academic papers?
-----------------------------------------------------

An article describing Eyegrade has been published
by the Journal of Science Education and Technology:
Expand Down

0 comments on commit 696f110

Please sign in to comment.