diff --git a/config/_default/menus.toml b/config/_default/menus.toml index e0ac88f..b4c3878 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -18,20 +18,20 @@ url = "#posts" weight = 30 -# [[main]] -# name = "Projects" -# url = "#projects" -# weight = 30 - [[main]] name = "Publications" url = "#featured" weight = 40 +[[main]] + name = "Projects" + url = "#projects" + weight = 50 + [[main]] name = "Contact" url = "#contact" - weight = 50 + weight = 60 # Link to a PDF of your resume/CV from the menu. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. diff --git a/content/home/projects.md b/content/home/projects.md index b4c91aa..9056c79 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -2,8 +2,8 @@ # A Projects section created with the Portfolio widget. widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = false # Activate this widget? true/false -weight = 65 # Order that this section will appear. +active = true # Activate this widget? true/false +weight = 120 # Order that this section will appear. title = "Projects" subtitle = "" @@ -42,7 +42,7 @@ subtitle = "" # 2 = Compact # 3 = Card # 5 = Showcase - view = 1 + view = 3 # For Showcase view, flip alternate rows? flip_alt_rows = false diff --git a/content/project/cqc/featured.jpg b/content/project/cqc/featured.jpg deleted file mode 100644 index 8b2a2d6..0000000 Binary files a/content/project/cqc/featured.jpg and /dev/null differ diff --git a/content/project/cqc/index.md b/content/project/cqc/index.md deleted file mode 100644 index cfc1874..0000000 --- a/content/project/cqc/index.md +++ /dev/null @@ -1,45 +0,0 @@ -+++ -title = "Cqc" -date = 2019-04-02T00:35:36+02:00 -draft = false - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = [] - -# Project summary to display on homepage. -summary = "" - -# Slides (optional). -# Associate this page with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides = "example-slides"` references -# `content/slides/example-slides.md`. -# Otherwise, set `slides = ""`. -slides = "" - -# Optional external URL for project (replaces project detail page). -external_link = "" - -# Links (optional). -url_pdf = "" -url_code = "" -url_dataset = "" -url_slides = "" -url_video = "" -url_poster = "" - -# Custom links (optional). -# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. -# links = [{icon_pack = "fab", icon="twitter", name="Follow", url = "https://twitter.com"}] - -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -[image] - # Caption (optional) - caption = "" - - # Focal point (optional) - # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight - focal_point = "" -+++ diff --git a/content/project/emacs/featured.png b/content/project/emacs/featured.png deleted file mode 100644 index 8a52d86..0000000 Binary files a/content/project/emacs/featured.png and /dev/null differ diff --git a/content/project/emacs/index.md b/content/project/emacs/index.md deleted file mode 100644 index 345af7c..0000000 --- a/content/project/emacs/index.md +++ /dev/null @@ -1,27 +0,0 @@ -+++ -title = ".emacs.d" -date = 2019-04-02T00:23:31+02:00 -draft = false - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = [] - -# Project summary to display on homepage. -summary = "My heavily customised Emacs init files." - -# Optional external URL for project (replaces project detail page). -external_link = "" - -url_code = "https://github.com/Wojtek242/.emacs.d" - -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -[image] - # Caption (optional) - caption = "" - - # Focal point (optional) - # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight - focal_point = "Left" -+++ diff --git a/content/project/gitea/featured.png b/content/project/gitea/featured.png new file mode 100644 index 0000000..bff7279 Binary files /dev/null and b/content/project/gitea/featured.png differ diff --git a/content/project/gitea/index.md b/content/project/gitea/index.md new file mode 100644 index 0000000..ccdbe50 --- /dev/null +++ b/content/project/gitea/index.md @@ -0,0 +1,10 @@ +--- +title: Gitea +summary: My private Git forge. +tags: [] + +external_link: https://git.thenineworlds.net/explore/repos + +image: + focal_point: Smart +--- diff --git a/content/project/github/featured.png b/content/project/github/featured.png new file mode 100644 index 0000000..6cb3b70 Binary files /dev/null and b/content/project/github/featured.png differ diff --git a/content/project/github/index.md b/content/project/github/index.md new file mode 100644 index 0000000..3b6adf5 --- /dev/null +++ b/content/project/github/index.md @@ -0,0 +1,10 @@ +--- +title: GitHub +summary: My GitHub projects. +tags: [] + +external_link: https://github.com/Wojtek242 + +image: + focal_point: Smart +--- diff --git a/content/project/loki/featured.jpg b/content/project/loki/featured.jpg deleted file mode 100644 index 490ace9..0000000 Binary files a/content/project/loki/featured.jpg and /dev/null differ diff --git a/content/project/loki/index.md b/content/project/loki/index.md deleted file mode 100644 index 3c6cd4d..0000000 --- a/content/project/loki/index.md +++ /dev/null @@ -1,45 +0,0 @@ -+++ -title = "Loki" -date = 2019-04-02T00:35:40+02:00 -draft = false - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = [] - -# Project summary to display on homepage. -summary = "" - -# Slides (optional). -# Associate this page with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides = "example-slides"` references -# `content/slides/example-slides.md`. -# Otherwise, set `slides = ""`. -slides = "" - -# Optional external URL for project (replaces project detail page). -external_link = "" - -# Links (optional). -url_pdf = "" -url_code = "" -url_dataset = "" -url_slides = "" -url_video = "" -url_poster = "" - -# Custom links (optional). -# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. -# links = [{icon_pack = "fab", icon="twitter", name="Follow", url = "https://twitter.com"}] - -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -[image] - # Caption (optional) - caption = "" - - # Focal point (optional) - # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight - focal_point = "" -+++ diff --git a/content/project/pcap/featured.png b/content/project/pcap/featured.png new file mode 100644 index 0000000..eaa250e Binary files /dev/null and b/content/project/pcap/featured.png differ diff --git a/content/project/pcap/index.md b/content/project/pcap/index.md new file mode 100644 index 0000000..4c8a1ec --- /dev/null +++ b/content/project/pcap/index.md @@ -0,0 +1,10 @@ +--- +title: Pcap +summary: Rust crate for accessing libpcap. +tags: [] + +external_link: https://crates.io/crates/pcap + +image: + focal_point: Smart +--- diff --git a/content/project/pylg/featured.png b/content/project/pylg/featured.png deleted file mode 100644 index be8f2d9..0000000 Binary files a/content/project/pylg/featured.png and /dev/null differ diff --git a/content/project/pylg/index.md b/content/project/pylg/index.md deleted file mode 100644 index 50616ee..0000000 --- a/content/project/pylg/index.md +++ /dev/null @@ -1,45 +0,0 @@ -+++ -title = "Pylg" -date = 2019-04-02T00:36:06+02:00 -draft = false - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = [] - -# Project summary to display on homepage. -summary = "" - -# Slides (optional). -# Associate this page with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides = "example-slides"` references -# `content/slides/example-slides.md`. -# Otherwise, set `slides = ""`. -slides = "" - -# Optional external URL for project (replaces project detail page). -external_link = "" - -# Links (optional). -url_pdf = "" -url_code = "" -url_dataset = "" -url_slides = "" -url_video = "" -url_poster = "" - -# Custom links (optional). -# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. -# links = [{icon_pack = "fab", icon="twitter", name="Follow", url = "https://twitter.com"}] - -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -[image] - # Caption (optional) - caption = "" - - # Focal point (optional) - # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight - focal_point = "" -+++ diff --git a/content/project/rust-sucks-less/featured.png b/content/project/rust-sucks-less/featured.png deleted file mode 100644 index a706d7c..0000000 Binary files a/content/project/rust-sucks-less/featured.png and /dev/null differ diff --git a/content/project/rust-sucks-less/index.md b/content/project/rust-sucks-less/index.md deleted file mode 100644 index d70741f..0000000 --- a/content/project/rust-sucks-less/index.md +++ /dev/null @@ -1,45 +0,0 @@ -+++ -title = "Rust Sucks Less" -date = 2019-04-02T00:35:59+02:00 -draft = false - -# Tags: can be used for filtering projects. -# Example: `tags = ["machine-learning", "deep-learning"]` -tags = [] - -# Project summary to display on homepage. -summary = "" - -# Slides (optional). -# Associate this page with Markdown slides. -# Simply enter your slide deck's filename without extension. -# E.g. `slides = "example-slides"` references -# `content/slides/example-slides.md`. -# Otherwise, set `slides = ""`. -slides = "" - -# Optional external URL for project (replaces project detail page). -external_link = "" - -# Links (optional). -url_pdf = "" -url_code = "" -url_dataset = "" -url_slides = "" -url_video = "" -url_poster = "" - -# Custom links (optional). -# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`. -# links = [{icon_pack = "fab", icon="twitter", name="Follow", url = "https://twitter.com"}] - -# Featured image -# To use, add an image named `featured.jpg/png` to your page's folder. -[image] - # Caption (optional) - caption = "" - - # Focal point (optional) - # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight - focal_point = "" -+++