Skip to content
Closed

Asil #46

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
66484f8
Update _config.yml
eylemish Jan 29, 2025
875cd47
Update _config.yml2
eylemish Jan 29, 2025
1b4a921
Update _config.yml3
eylemish Jan 29, 2025
5e1e4a1
Update _config.yml
eylemish Jan 29, 2025
4a00598
Update _config.yml6
eylemish Jan 29, 2025
e599d03
Update _config.yml9
eylemish Jan 29, 2025
9fadb8a
4
eylemish Jan 29, 2025
9e37872
77
eylemish Jan 29, 2025
8888ada
77
eylemish Jan 30, 2025
0f6b20e
99
eylemish Jan 30, 2025
04a30c7
777
eylemish Jan 30, 2025
029d956
789
eylemish Jan 30, 2025
279b770
9999999
eylemish Jan 30, 2025
1a30357
90
eylemish Jan 30, 2025
d424df2
no home
eylemish Jan 30, 2025
838cbb9
8765
eylemish Jan 30, 2025
c2af8bc
123
eylemish Jan 30, 2025
795fcce
234
eylemish Jan 30, 2025
585b26b
678
eylemish Jan 30, 2025
69dc2e7
90
eylemish Jan 30, 2025
ed8f3af
908
eylemish Jan 30, 2025
ebd0841
1r
eylemish Jan 30, 2025
9806bf1
tt
eylemish Jan 30, 2025
8cef25d
67
eylemish Jan 30, 2025
34a36e2
ll
eylemish Jan 30, 2025
fb40764
lll
eylemish Jan 30, 2025
45015d0
hehe
eylemish Jan 30, 2025
bb3a514
iii
eylemish Jan 30, 2025
856c226
bu mu
eylemish Jan 30, 2025
dbd049c
sonunda
eylemish Jan 30, 2025
e460c63
false mu
eylemish Jan 30, 2025
3ff26f3
staticlestir
eylemish Jan 30, 2025
ccd06e9
nonono
eylemish Jan 30, 2025
c8a783c
7890y5
eylemish Jan 30, 2025
44f9dc3
ne degiscek
eylemish Jan 30, 2025
008a15f
gonder
eylemish Jan 30, 2025
dd491e7
yeyyyy
eylemish Jan 30, 2025
6099453
post
eylemish Jan 30, 2025
07cac38
lutf
eylemish Jan 30, 2025
05b6ccd
8989
eylemish Jan 30, 2025
e57233f
99098869
eylemish Jan 30, 2025
959d7a6
name change
eylemish Feb 14, 2025
2034bdf
name
eylemish Feb 14, 2025
dfb53e8
new
eylemish Feb 14, 2025
5e1acdd
about us
eylemish Feb 14, 2025
e0f468c
link
eylemish Feb 14, 2025
8d20213
linkd
eylemish Feb 14, 2025
65004b8
color change
eylemish Feb 14, 2025
8457f76
renk
eylemish Feb 14, 2025
a38e444
css
eylemish Feb 14, 2025
4ed41ef
bi daha css
eylemish Feb 14, 2025
0d56e95
renk degis
eylemish Feb 14, 2025
563ad44
renks
eylemish Feb 14, 2025
6b0a5b1
renksel
eylemish Feb 14, 2025
d1bdbf9
deneeme
eylemish Feb 14, 2025
a5d9b82
sena
eylemish Feb 14, 2025
2d24d5a
sena-link
eylemish Feb 14, 2025
971cbfa
res,m
eylemish Feb 14, 2025
ff1c49c
bunu geri sokalimm
eylemish Feb 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
# in the templates via {{ site.myvariable }}.

# URL is the base hostname with protocol for your site, eg http://example.com
url: "" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://eylemish.github.io" # the base hostname & protocol for your site, e.g. http://example.com

# If you want to install this jekyll in a subpath (eg /digitalgarden) set it here.
# Else keep it Empty (DON'T PUT /; Keep it empty)
baseurl: ""
baseurl: "/egemen.github.io"

# Website Header, Description, Footer year and text.
# If you are deleting this, make sure you remove it from HTML files too
heading: Jekyll Garden # Change this
heading: CIVICA ECHOES # Change this
content: Obsidian ready Jekyll Theme
copyright:
year: © 2022
msg: Contents under CC-BY-NC
# copyright:
# year: © 2022
# msg: Contents under CC-BY-NC

# Set title and content for private & broken link tooltop
privatelinks:
Expand All @@ -42,17 +42,17 @@ privatelinks:
# To enable set "enabled : true" else, use "enabled:false"
preferences:
search:
enabled: true
enabled:
wiki_style_link:
enabled: true
pagepreview:
enabled: true
backlinks:
enabled: true
# To enable a homepage, change the value to true and add content to _includes/Homepage.html
# To enable a page, change the value to true and add content to _includes/Homepage.html
# If enable : false, notes feed will be as homepage.
homepage:
enabled: true ##If you need a homepage, change this to true and edit _includes/Homepage.html
homepage:
enabled: false ##If you need a homepage, change this to true and edit _includes/Homepage.html

encoding: utf-8

Expand Down Expand Up @@ -119,4 +119,4 @@ exclude:
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# - vendor/ruby/
30 changes: 16 additions & 14 deletions _includes/Feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,21 @@ <h6>{{ note_items.title }}</h6>
<!--Dynamic List Feed-->
<!--Static Page : pages/lists.md-->

{%- if page.feedformat == "row" -%}
<div class="block">
{% assign note_items = site.notes | sort: "date" | reverse %}
{% for note_items in note_items %}
{%- if page.permalink != "/contact/" -%}
{%- if page.feedformat == "row" -%}
<div class="block">
{% assign note_items = site.notes | sort: "date" | reverse %}
{% for note_items in note_items %}
{%- if note_items.format == "list" -%}
<div class="list-feed">
<a href="{{ site.baseurl }}{{note_items.url}}" style="text-decoration: none;display: flex;justify-content: space-between;flex-direction: row;width: 100%;">
<div class="writinglist-title">
{{note_items.title }}
</div>
</a>
</div>
{%-endif -%}
{%- endfor -%}
<div class="list-feed">
<a href="{{ site.baseurl }}{{ note_items.url }}" style="text-decoration: none; display: flex; justify-content: space-between; flex-direction: row; width: 100%;">
<div class="writinglist-title">
{{ note_items.title }}
</div>
</a>
</div>
{%- endif -%}
{% endfor -%}
</div>
{%-endif -%}
{%- endif -%}
{%- endif -%}
8 changes: 0 additions & 8 deletions _includes/Homepage.html

This file was deleted.

23 changes: 13 additions & 10 deletions _includes/Nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,23 @@ <h6> {{site.heading}}</h6></a>

<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a href="{{'/notes' | relative_url}}" class="navbar-item">
Demo Feed
<a href="{{ '/notes' | relative_url }}" class="navbar-item">
Articles
</a>
<a href="../post/how-to" class="navbar-item">
How To
<a href="{{ '/aboutus' | relative_url }}" class="navbar-item">
About Us
</a>
<a href="https://github.com/Jekyll-Garden/jekyll-garden.github.io" target="_blank" class="navbar-item">
Github
<a href="{{ '/contact' | relative_url }}" class="navbar-item">
Contact Us
</a>
<a href="{{ '/shareyourstory' | relative_url }}" class="navbar-item">
Share Your Story
</a>
<a href="https://jekyllrb.com/" target="_blank" class="navbar-item">
Jekyll
<a href="{{ '/resources' | relative_url }}" class="navbar-item">
Resources
</a>
<a href="https://obsidian.md/" target="_blank" class="navbar-item">
Obsidian
<a href="https://github.com/Jekyll-Garden/jekyll-garden.github.io" target="_blank" class="navbar-item">
Rastgele Link
</a>
</div>
<div class="navbar-end is-hidden-mobile" onclick="modeSwitcher()" >
Expand Down
14 changes: 7 additions & 7 deletions _layouts/Post.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
<div class="column is-8-widescreen is-8-desktop is-8-tablet is-12-mobile">
{%- if site.preferences.homepage.enabled -%}
<!--- Show Homepage -->
{%- include Homepage.html -%}
<!-- {%- include Homepage.html -%} -->
{%- else -%}
<!--- Show Feed Part -->
<div class="column is-6-widescreen is-8-desktop is-8-tablet is-12-mobile">
<h5 class="meta-title"><a href="/">← Home</a></h5>
<!-- <h5 class="meta-title"><a href="/">← Home</a></h5> -->
<div class="jumbo">{{page.title}}</div>
{%- include Content.html -%}
{%- include Feed.html -%}
Expand All @@ -94,7 +94,7 @@ <h5 class="meta-title"><a href="/">← Home</a></h5>
<!--- Notes Feed Layout-->
{%- if page.feedformat -%}
<div class="column is-6-widescreen is-8-desktop is-8-tablet is-12-mobile">
<h5 class="meta-title"><a href="/">← Home</a></h5>
<!-- <h5 class="meta-title"><a href="/">← Home</a></h5> -->
<div class="jumbo">{{page.title}}</div>
{%- include Content.html -%}
{%- include Feed.html -%}
Expand All @@ -104,15 +104,15 @@ <h5 class="meta-title"><a href="/">← Home</a></h5>
{%- if page.content-type == "notes" -%}
<div class="column is-5-widescreen is-6-desktop is-8-tablet is-12-mobile">
<div class="note-page-section">
<div>
<!-- <div>
{%- if site.preferences.homepage.enabled -%}
<a onclick="window.history.back();">
{%- else -%}
<a onclick="window.location.assign('/');">
{%- endif -%}
<h5 class="meta-title">← BACK</h5>
</a>
</div>
</div> -->
<!--- List type Note Layout-->
{%- if page.format == "list" -%}
<style>
Expand Down Expand Up @@ -152,15 +152,15 @@ <h5 class="meta-title"><a href="/">← Home</a></h5>
{%- if page.content-type == "post" -%}
<div class="column is-5-widescreen is-6-desktop is-8-tablet is-12-mobile">
<div class="note-page-section">
<div>
<!-- <div>
{%- if site.preferences.homepage.enabled -%}
<a onclick="window.history.back();">
{%- else -%}
<a onclick="window.location.assign('/');">
{%- endif -%}
<h5 class="meta-title">← BACK</h5>
</a>
</div>
</div> -->
<h1>{{page.title}}</h1>
{%- include Content.html -%}
{%- include Backlinks.html -%}
Expand Down
11 changes: 11 additions & 0 deletions _notes/Public/Article1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title : 1.Article
feed: show
date : 15-04-2024
---

This is the first article.

Link: <a href="https://www.example.com" target="_blank" rel="noopener noreferrer">Go to Example</a>


2 changes: 1 addition & 1 deletion _notes/Public/Markdown Rendered.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title : Markdown Rendered
feed: show
feed: hide
date : 01-02-2021
---

Expand Down
2 changes: 1 addition & 1 deletion _notes/Public/Welcome to the garden.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title : Welcome to the garden
feed: show
feed: hide
date : 15-04-2021
---

Expand Down
20 changes: 10 additions & 10 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ a.has-text-white:hover, a.has-text-white:focus {
color: #e6e6e6 !important; }

.has-background-white {
background-color: white !important; }
background-color: #FF9999 !important; }

.has-text-black {
color: #0a0a0a !important; }
Expand All @@ -497,7 +497,7 @@ a.has-text-black:hover, a.has-text-black:focus {
color: black !important; }

.has-background-black {
background-color: #0a0a0a !important; }
background-color: #800020 !important; }

.has-text-light {
color: var(--color-bg-main); !important; }
Expand All @@ -521,7 +521,7 @@ a.has-text-dark:hover, a.has-text-dark:focus {
color: var(--color-text-main) !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
color: #000001 !important; }
color: #800020 !important; }

.has-background-primary {
background-color: var(--color-text-main) !important; }
Expand All @@ -530,19 +530,19 @@ a.has-text-primary:hover, a.has-text-primary:focus {
color: var(--color-text-link) !important; }

a.has-text-link:hover, a.has-text-link:focus {
color: #1167cc !important; }
color: #ffffff !important; }

.has-background-link {
background-color: var(--color-text-link) !important; }

.has-text-info {
color: #3298dc !important; }
color: #ffffff !important; }

a.has-text-info:hover, a.has-text-info:focus {
color: #207dbc !important; }
color: #ffffff !important; }

.has-background-info {
background-color: #3298dc !important; }
background-color: #ffffff !important; }

.has-text-success {
color: #48c774 !important; }
Expand Down Expand Up @@ -1933,12 +1933,12 @@ a.tag:hover {
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
background-color: #f2f2f2;
color: #0a0a0a; }
color: #800020; }
.navbar.is-white .navbar-dropdown a.navbar-item.is-active {
background-color: var(--color-bg-sub);
color: #0a0a0a; } }
color: #800020; } }
.navbar.is-black {
background-color: #0a0a0a;
background-color: #800020;
color: var(--color-bg-sub); }
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
Expand Down
42 changes: 21 additions & 21 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ layout: Stylesheet

html,
html[data-theme="light"] {
--color-bg-main: #FFFFFF;
--color-bg-sub: #FAFAFC;
--color-text-main: #282832;
--color-bg-main: #FF9999;
--color-bg-sub: #FF9999;
--color-text-main: #800020;
--color-text-sub: #5D5D67;
--color-text-link: #2380ED;
--color-text-link: #ffffff;
--color-border-dark: #363636;
--color-border: #BABCBD;
--color-border-light: #E5E5E5;
}

html[data-theme="dark"] {
--color-bg-main: #262626;
--color-bg-sub: #18181C;
--color-text-main: #FAFAFC;
--color-text-sub: #FFFEFF;
--color-text-link: #6D9EFF;
--color-bg-main: #800020;
--color-bg-sub: #800020;
--color-text-main: #FF9999;
--color-text-sub: #FF9999;
--color-text-link: #ffffff;
--color-border-dark: #E6E6E6;
--color-border: #696969;
--color-border-light: #353535;
Expand All @@ -31,22 +31,22 @@ html[data-theme="dark"] {

html,
html[data-theme="dark"] {
--color-bg-main: #262626;
--color-bg-sub: #18181C;
--color-text-main: #FAFAFC;
--color-text-sub: #FFFEFF;
--color-text-link: #6D9EFF;
--color-bg-main: #800020;
--color-bg-sub: #800020;
--color-text-main: #FF9999;
--color-text-sub: #FF9999;
--color-text-link: #ffffff;
--color-border-dark: #E6E6E6;
--color-border: #696969;
--color-border-light: #353535;
}

html[data-theme="light"] {
--color-bg-main: #FFFFFF;
--color-bg-sub: #FAFAFC;
--color-text-main: #282832;
--color-text-sub: #5D5D67;
--color-text-link: #2380ED;
--color-bg-main: #FF9999;
--color-bg-sub: #FF9999;
--color-text-main: #800020;
--color-text-sub: #d0345b;
--color-text-link: #ffffff;
--color-border-dark: #363636;
--color-border: #BABCBD;
--color-border-light: #E5E5E5;
Expand Down Expand Up @@ -196,9 +196,9 @@ main {

/* 04. Buttons*/

.buttons.for-back-home:not(:last-child) {
/* .buttons.for-back-home:not(:last-child) {
margin-left: 0;
}
} */

.navbar-item.navbar-dark-mode__mobile {
flex-grow: 1;
Expand Down
Binary file added assets/img/civica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions pages/aboutus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: Post
permalink: /aboutus
feedformat: static
title: About Us
---



![Alt Text](/assets/img/civica.png "Wow")
Hi everyone!
CIVICA Echoes stems from the desire of a group of students from Bocconi University
and Sciences Po to generate a real impact, helping women around the world and
raising awareness on the female experience. We are students of Economics,
International Organizations Management, Political Science, and Social Sciences,
brought together by the need to contribute to a greater good.
Loading