Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
how_to_make
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Erik Strand
how_to_make
Commits
fdd908ee
Commit
fdd908ee
authored
Sep 19, 2018
by
Erik Strand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use relative links wherever possible
parent
46e6d445
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
config.toml
config.toml
+2
-2
layouts/partials/head.html
layouts/partials/head.html
+4
-4
layouts/partials/sidebar.html
layouts/partials/sidebar.html
+2
-2
No files found.
config.toml
View file @
fdd908ee
baseURL
=
"
http://fab.cba.mit.edu/classes/863.18/CBA/people/erik/
"
baseURL
=
""
languageCode
=
"en-us"
title
=
"Erik Made"
theme
=
"hyde"
canonify
urls
=
true
relative
urls
=
true
[params]
description
=
"My projects from How To Make (Almost) Anything"
...
...
layouts/partials/head.html
View file @
fdd908ee
...
...
@@ -15,10 +15,10 @@
{{- end }}
<!-- CSS -->
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
{{ .Site.BaseURL }}
css/print.css"
media=
"print"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
{{ .Site.BaseURL }}
css/poole.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
{{ .Site.BaseURL }}
css/syntax.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
{{ .Site.BaseURL }}
css/hyde.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
/
css/print.css"
media=
"print"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
/
css/poole.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
/
css/syntax.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"
/
css/hyde.css"
>
{{ partial "head_fonts.html" . }}
<!-- Icons -->
...
...
layouts/partials/sidebar.html
View file @
fdd908ee
...
...
@@ -2,7 +2,7 @@
<aside
class=
"sidebar"
>
<div
class=
"container"
>
<div
class=
"sidebar-about"
>
<a
href=
"
{{ .Site.BaseURL }}
"
><h1>
{{ .Site.Title }}
</h1></a>
<a
href=
"
/
"
><h1>
{{ .Site.Title }}
</h1></a>
<p
class=
"lead"
>
{{ with .Site.Params.description }} {{.}} {{ else }}An elegant open source and mobile first theme for
<a
href=
"http://hugo.spf13.com"
>
hugo
</a>
made by
<a
href=
"http://twitter.com/mdo"
>
@mdo
</a>
. Originally made for Jekyll.{{end}}
</p>
...
...
@@ -10,7 +10,7 @@
<nav>
<ul
class=
"sidebar-nav"
>
<li><a
href=
"
{{ .Site.BaseURL }}
"
>
Home
</a>
</li>
<li><a
href=
"
/
"
>
Home
</a>
</li>
{{ range .Site.Menus.main.ByWeight -}}
<li><a
href=
"{{.URL}}"
>
{{ .Name }}
</a></li>
{{- end }}
...
...
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