Skip to content

Commit

Permalink
Launch conference website skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jan 22, 2024
1 parent f04eef8 commit 594cca5
Show file tree
Hide file tree
Showing 25 changed files with 741 additions and 179 deletions.
81 changes: 9 additions & 72 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,77 +1,14 @@
# Hinode - Template
# Runtime Verification 2024

<!-- Tagline -->
<p align="center">
<b>A clean documentation and blog theme for your Hugo site based on Bootstrap 5</b>
<br />
</p>
We are pleased to invite you to submit papers for the 24th International Conference on Runtime Verification (RV'24), which will take place in Istanbul, Turkey on October 15-18, 2024.

<!-- Badges -->
<p align="center">
<a href="https://gohugo.io">
<img src="https://img.shields.io/badge/generator-hugo-brightgreen" alt="Hugo website">
</a>
<a href="https://app.netlify.com/sites/gethinode-template/deploys">
<img src="https://img.shields.io/netlify/bbe29d40-f246-44fc-ac33-3c48e4776a11" alt="Netlify Status">
</a>
<a href="https://stats.uptimerobot.com/xyGVYhLJmV">
<img src="https://img.shields.io/uptimerobot/status/m793642596-ec67b9245f33e4f365f0da66" alt="UptimeRobot Status">
</a>
<a href="https://github.com/gethinode/template/commits/main">
<img src="https://img.shields.io/github/last-commit/gethinode/template.svg" alt="Last commit">
</a>
<a href="https://github.com/gethinode/template/issues">
<img src="https://img.shields.io/github/issues/gethinode/template.svg" alt="Issues">
</a>
<a href="https://github.com/gethinode/template/pulls">
<img src="https://img.shields.io/github/issues-pr-raw/gethinode/template.svg" alt="Pulls">
</a>
<a href="https://github.com/gethinode/template/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/gethinode/template" alt="License">
</a>
</p>
## Important Dates

## About
- Paper submission:
- Notification:
- Camera-ready:
- Conference: 15-18 October 2023

![Logo](https://raw.githubusercontent.com/gethinode/hinode/main/static/img/logo.png)
## Venue

Hinode is a clean blog theme for [Hugo][hugo], an open-source static site generator. Use this template if you would like to **take advantage of automation features**, provided by npm and GitHub actions. Visit the [docs][docs] for an alternative installation that uses Hugo only.

## Prerequisites

Hinode is a theme that uses [Hugo modules][hugo_modules] to install and maintain various components. The Hinode template requires the following software to be installed on your local machine. The Hugo binary itself is embedded as an npm binary.

- [Git][git_download]
- [Go binary][golang_download]
- [Node.js][nodejs] (it includes npm)

## Installation

1. **Create a new repository**

Click the button `Use this template` to initialize a new repository based on this template (log in to GitHub if needed).

2. **Clone a local copy**

```bash
git clone https://github.com/owner/my-hinode-site && cd my-hinode-site # replace "owner/my-hinode-site"
```

3. **Install the npm packages and hugo modules**

```bash
npm install && npm run mod:update
```

You can now run `npm run start` to start a local development server.

<!-- MARKDOWN LINKS -->
[docs]: https://gethinode.com/docs
[git_download]: https://git-scm.com
[golang_download]: https://go.dev/dl/
[hugo]: https://gohugo.io
[hugo_modules]: https://gohugo.io/hugo-modules/
[npm]: https://www.npmjs.com
[nodejs]: https://nodejs.org
[repository]: https://github.com/gethinode/hinode.git
[repository_template]: https://github.com/gethinode/template.git
Boğaziçi University is located on the European side of Istanbul, which boasts a stunning campus that overlooks the iconic Bosphorus Strait, providing a captivating and memorable venue for the 24th International Conference on Runtime Verification.
Binary file added assets/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 5 additions & 22 deletions config/_default/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
title = "Hinode"
copyright = "Copyright © 2024 Mark Dumay."
title = "RV24"
description = "Runtime Verification Conference 2024"
copyright = "Copyright © 2024 Runtime Verification Conference Organizators."
paginate = 9
enableGitInfo = true

Expand All @@ -21,17 +22,8 @@ languageCode = "en-us"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false

[outputFormats.REDIR]
mediaType = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true

[mediaTypes."text/netlify"]
delimiter = ""

[outputs]
home = ["HTML", "RSS", "REDIR"]
home = ["HTML", "RSS"]

[build]
writeStats = true
Expand Down Expand Up @@ -65,15 +57,6 @@ home = ["HTML", "RSS", "REDIR"]
[services.googleAnalytics]
# ID = "G-xxxxxxxxxx"

[outputFormats]
[outputFormats.XML]
isPlainText = false
mediaType = "application/xml"
isHtml = false
noUgly = true
permalinkable = false
name = "xml"

[minify]
[minify.tdewolff.js]
keepVarNames = true
Expand All @@ -86,7 +69,7 @@ home = ["HTML", "RSS", "REDIR"]
[module.hugoVersion]
extended = true
min = "0.110.0"
max = ""
# max = ""
[[module.mounts]]
source = "archetypes"
target = "archetypes"
Expand Down
6 changes: 3 additions & 3 deletions config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
contentDir = "content"
weight = 1
[en.params.head]
tagline = "A Hugo Theme"
tagline = "24th International Conference on Runtime Verification"
[en.params.social]
title = "Follow me"
caption = "I work on everything coding and tweet developer memes"
title = "Runtime Verification 2024"
caption = "24th International Conference on Runtime Verification"
[en.params.footer]
# license = "Licensed under Creative Commons (<a href='https://creativecommons.org/licenses/by-nc-sa/4.0/' class='link-secondary' target='_blank' rel='noopener noreferrer'>CC BY-NC-SA 4.0</a>)."
82 changes: 41 additions & 41 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
# [[main]]
# name = "Home"
# pageRef = "/"
# weight = 1

[[main]]
name = "Home"
pageRef = "/"
name = "Call for Papers"
pageRef = "/call-for-papers/"
weight = 10

[[main]]
name = "Tags"
pageRef = "/tags"
weight = 20
name = "Committees"
pageRef = "/committees/"
weight = 30

[[social]]
name = "LinkedIn"
pre = "fab linkedin"
url = "https://linkedin.com/"
weight = 10
[[main]]
name = "Keynotes"
pageRef = "/keynotes/"
weight = 30

[[social]]
name = "GitHub"
pre = "fab fa-github"
url = "https://github.com/"
weight = 20
[[main]]
name = "Program"
pageRef = "/program/"
weight = 40

[[social]]
name = "Medium"
pre = "fab medium"
url = "https://medium.com/"
weight = 30
[[main]]
name = "Awards"
pageRef = "/awards/"
weight = 50

# toml-docs-start sample-navigation
[[sample]]
name = "Blog"
pageRef = "/blog/"
weight = 10
[[main]]
name = "Venue"
pageRef = "/venue/"
weight = 60

[[sample]]
name = "Projects"
pageRef = "/projects/"
weight = 20
[[main]]
name = "Registration"
pageRef = "/registration/"
weight = 100

# [[social]]
# name = "Twitter"
# pre = "fab x-twitter"
# url = "https://twitter.com/runverif"
# weight = 10

[[sample]]
name = "Sample project"
pageRef = "/projects/sample-project/"
parent = "Projects"
weight = 1

[[sample]]
name = "Another project"
pageRef = "/projects/another-project/"
parent = "Projects"
weight = 2
# toml-docs-end sample-navigation
[[social]]
name = "GitHub"
pre = "fab fa-github"
url = "https://github.com/runtime-verification"
weight = 20
59 changes: 37 additions & 22 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[main]
separator = "-"
description = "Hinode is a clean documentation and blog theme for your Hugo site based on Bootstrap 5."
description = "Runtime Verification Conference 2024"
enableDarkMode = true
modes = ["light", "dark"]
canonifyAssetsURLs = false
Expand Down Expand Up @@ -31,20 +31,20 @@
showSCSS = false
purgeHTMLComments = false

[docs]
github = "https://github.com/gethinode/hinode"
release = "https://github.com/gethinode/hinode/releases/tag/"
checkVersion = false

[home]
# sections = ["posts"]
fullCover = false
centerHeadline = false
centerHeadline = true
style = ""
sections = ["summary", "papers", "sponsors"]
[home.feature]
orientation = "horizontal"
color = "primary"
width = 4
align = "start"

[navigation]
anchor = true
logo = "/img/logo_icon.svg"
logo = "/img/rv24_logo.svg"
color = "body"
fixed = true
offset = "5.5rem"
Expand All @@ -58,6 +58,29 @@
[messages]
placement = "bottom-right"

[sections]
[sections.summary]
title = "Conference Information"
layout = "list"
sort = "weight"
homepage = 2
header = "none"
footer = "none"
style = "justify-content-center"
[sections.sponsors]
title = "Sponsors"
layout = "card"
sort = "weight"
reverse = false
background = ""
style = "border-0"
cols = 3
padding = "3"
header = "none"
footer = "none"
orientation = "stacked"
homepage = 3

[sharing]
enabled = true
sort = "weight"
Expand All @@ -82,12 +105,6 @@
icon = "fab facebook"
weight = 30

[[sharing.providers]]
name = "WhatsApp"
url = "whatsapp://send?text={title}%20{url}"
icon = "fab whatsapp"
weight = 40

[[sharing.providers]]
name = "email"
url = "{url}"
Expand Down Expand Up @@ -118,7 +135,7 @@
sizes = [16, 32, 48]

[style]
primary = "#d43900"
primary = "#581845" # "#d43900"
secondary = "#6c757d"
success = "#198754"
info = "#0dcaf0"
Expand All @@ -141,13 +158,13 @@
locale = "en-US"
# twitter = "https://twitter.com/gethinode"
# linkedIn = ""
github = "https://github.com/gethinode/hinode"
github = "https://github.com/bouncmpe/rv24"
section = "blog"
[author]
name = "Mark Dumay"
name = "Dogan Ulus"
# twitter = "https://twitter.com/markdumay"
linkedin = "https://www.linkedin.com/in/markdumay/"
github = "https://github.com/markdumay"
linkedin = "https://www.linkedin.com/in/doganulus/"
github = "https://github.com/doganulus"
[logo]
url = "img/logo512x512.png"
width = 512
Expand All @@ -161,5 +178,3 @@
images = ["logo.png"]
locale = "en_US"

[links]
hinode = "https://gethinode.com"
24 changes: 12 additions & 12 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Welcome to Hinode!
description: A clean documentation and blog theme for your Hugo site based on Bootstrap 5.
thumbnail:
url: /img/sunrise.jpg
author: Harris Vo
authorURL: https://unsplash.com/@hoanvokim
origin: https://unsplash.com/photos/ZX6BPboJrYk
originName: Unsplash
title: Runtime Verification 2024
description: 15-18 October 2024, Istanbul
thumbnail: https://res.cloudinary.com/dkib2v4rl/image/upload/v1679840859/kitten_blue_mosque_istanbul_large_fe118e20a7.jpg
actions:
get-started:
url: "https://gethinode.com/docs"
title: "Get started"
icon: "fas book-open"
calls:
url: "/call-for-papers"
title: "Call for Papers"
#icon: "fas book-open"
weight: 1
venue:
url: "/venue"
title: "Venue"
weight: 2
---
4 changes: 4 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: About
metadata: none
---
Loading

0 comments on commit 594cca5

Please sign in to comment.