Skip to content

Commit

Permalink
creating site structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaris committed Dec 7, 2023
1 parent ed1a69f commit c4ac756
Show file tree
Hide file tree
Showing 16 changed files with 163 additions and 42 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.8"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ GEM
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
webrick (1.8.1)

PLATFORMS
x86_64-linux
Expand All @@ -279,6 +280,7 @@ DEPENDENCIES
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)

BUNDLED WITH
2.4.20
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ description: >- # this means to ignore newlines until "baseurl:"
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "unfsckthe.eu" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
twitter_username: jmaris_
github_username: jmaris
search_enabled: true

# Build settings
#theme: minima
theme: just-the-docs
logo: "/assets/logo.png"
plugins:
- jekyll-feed

Expand Down
24 changes: 1 addition & 23 deletions _posts/2023-12-06-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,4 @@ title: "Welcome to Jekyll!"
date: 2023-12-06 16:20:14 +0100
categories: jekyll update
---
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.

Jekyll requires blog post files to be named according to the following format:

`YEAR-MONTH-DAY-title.MARKUP`

Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

{% highlight ruby %}
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
{% endhighlight %}

Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].

[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
Yo
18 changes: 0 additions & 18 deletions about.markdown

This file was deleted.

Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@

layout: home
---

# Welcome


20 changes: 20 additions & 0 deletions pages/getting_started.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Getting Started
layout: home
has_children: true
---

# What is the EU?

- Getting Started
- What is the EU?
- Terminology
- The Institutions
- How the EU makes laws
- Monitoring
- Upcoming Laws
- Ongoing Laws
- how can I lobby the EU
- lobbying the Commission
- lobbying the Parliament
- lobbying the council
8 changes: 8 additions & 0 deletions pages/getting_started/institutions.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Institutions
layout: home
parent: Getting Started
nav_order: 3
---

# Institutions
8 changes: 8 additions & 0 deletions pages/getting_started/legislative_procedure.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: How the EU makes laws
layout: home
parent: Getting Started
nav_order: 4
---

# Legislative Procedure
8 changes: 8 additions & 0 deletions pages/getting_started/terminology.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Terminology
layout: home
parent: Getting Started
nav_order: 2
---

# Terminology
21 changes: 21 additions & 0 deletions pages/getting_started/whatisEU.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: What is the EU?
layout: home
parent: Getting Started
nav_order: 1
---

# What is the EU?

- Getting Started
- What is the EU?
- Terminology
- The Institutions
- How the EU makes laws
- Monitoring
- Upcoming Laws
- Ongoing Laws
- how can I lobby the EU
- lobbying the Commission
- lobbying the Parliament
- lobbying the council
7 changes: 7 additions & 0 deletions pages/monitoring.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Monitoring
layout: home
has_children: true
---

# Monitoring
8 changes: 8 additions & 0 deletions pages/monitoring/ongoing.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Monitoring on-going Laws
layout: home
parent: Monitoring
nav_order: 3
---

# Monitoring on-going laws
8 changes: 8 additions & 0 deletions pages/monitoring/upcoming.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Monitoring upcoming laws
layout: home
parent: Monitoring
nav_order: 3
---

# Monitoring upcoming laws

0 comments on commit c4ac756

Please sign in to comment.