Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
arvyy committed Jun 27, 2024
1 parent f7a2993 commit ea9f3a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/site/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseUrl = '/islisp-truffle'
baseUrl = 'https://arvyy.github.io/islisp-truffle/'
languageCode = 'en-us'
title = 'ISLISP Truffle'
ignoreFiles = [ "_frontmatter/*" ]
[security.exec]
allow = ["^asciidoctor$"]
allow = ["^asciidoctor$"]
11 changes: 9 additions & 2 deletions docs/site/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,18 @@ html, body {
nav {
max-width: 960px;
margin: auto;
display: flex;
justify-content: center;
}

.nav-list {
padding: 15px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border: solid 2px var(--heading-color);
border-top: none;
background-color: var(--bg-color);
display: flex;
flex-direction: columns;
}

.nav-list__item::before {
Expand All @@ -215,4 +222,4 @@ code {
.sect2 {
padding-bottom: 1em;
border-bottom: 1px solid var(--heading-color);
}
}

0 comments on commit ea9f3a3

Please sign in to comment.