Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exercises
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
advanced_computer_architecture
exercises
Commits
fce390b5
Commit
fce390b5
authored
Apr 13, 2016
by
Christoph Gerum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed configuration
parent
d5615552
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
develop_server.sh
develop_server.sh
+1
-1
pelicanconf.py
pelicanconf.py
+12
-8
No files found.
develop_server.sh
View file @
fce390b5
...
...
@@ -7,7 +7,7 @@ PELICAN=${PELICAN:-pelican}
PELICANOPTS
=
BASEDIR
=
$(
pwd
)
INPUTDIR
=
$BASEDIR
/
content
INPUTDIR
=
$BASEDIR
/
OUTPUTDIR
=
$BASEDIR
/output
CONFFILE
=
$BASEDIR
/pelicanconf.py
...
...
pelicanconf.py
View file @
fce390b5
...
...
@@ -3,10 +3,12 @@
from
__future__
import
unicode_literals
AUTHOR
=
u'Christoph Gerum, Michael Kuhn'
SITENAME
=
u'
\xdc
bungen Parallele Rechnerarchitektur'
SITENAME
=
u'
Ü
bungen Parallele Rechnerarchitektur'
SITEURL
=
''
PATH
=
'content'
PAGE_PATHS
=
[
'aufgaben'
,
'pages'
]
ARTICLE_PATHS
=
[
'news'
]
TIMEZONE
=
'Europe/Berlin'
...
...
@@ -20,14 +22,16 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS
=
None
# Blogroll
LINKS
=
((
'Pelican'
,
'http://getpelican.com/'
),
(
'Python.org'
,
'http://python.org/'
),
(
'Jinja2'
,
'http://jinja.pocoo.org/'
),
(
'You can modify those links in your config file'
,
'#'
),)
LINKS
=
((
'Gem5'
,
'http://gem5.org'
),
(
'Python'
,
'https://www.python.org/about/gettingstarted/'
),
(
'C++'
,
'http://www.cplusplus.com'
),
(
'Ilias'
,
'https://ovidius.uni-tuebingen.de/ilias3/goto.php?target=crs_992056&client_id=pr02'
),
(
'Forum'
,
'https://ovidius.uni-tuebingen.de/ilias3/goto.php?target=frm_992065&client_id=pr02'
),
(
'Abgabe'
,
'https://ovidius.uni-tuebingen.de/ilias3/goto.php?target=grp_1189352&client_id=pr02'
),)
# Social widget
SOCIAL
=
((
'You can add links in your config file'
,
'#'
),
(
'Another social link'
,
'#'
),)
#
SOCIAL = (('You can add links in your config file', '#'),
#
('Another social link', '#'),)
DEFAULT_PAGINATION
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment