Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adw #71

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open

adw #71

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
33bf7ab
Update _config.yml
dbuldum4 Feb 1, 2024
b4350ba
Create jekyll.yml
dbuldum4 Feb 1, 2024
c39eecb
Update _config.yml
dbuldum4 Feb 2, 2024
d1eefd6
change font
dbuldum4 Feb 2, 2024
f80d3d8
ijaowidjaw
dbuldum4 Feb 2, 2024
8e163bd
nope
dbuldum4 Feb 2, 2024
90ead55
Merge branch 'master' of https://github.com/dbuldum4/dbuldum4.github.io
dbuldum4 Feb 2, 2024
b51ed49
font uploaded successfully
dbuldum4 Feb 2, 2024
69f4ec2
Create .DS_Store
dbuldum4 Feb 2, 2024
fba198a
font working?
dbuldum4 Feb 2, 2024
52283d5
hh
dbuldum4 Feb 2, 2024
03eec7e
b
dbuldum4 Feb 2, 2024
940746d
Merge branch 'master' of https://github.com/dbuldum4/dbuldum4.github.io
dbuldum4 Feb 2, 2024
ca0daee
sad
dbuldum4 Feb 2, 2024
ce0eb92
aswdaw
dbuldum4 Feb 2, 2024
232c516
hawdawd
dbuldum4 Feb 2, 2024
5cec70d
suciabwc
dbuldum4 Feb 2, 2024
d2b07e8
adw
dbuldum4 Feb 2, 2024
a1b9e86
x
dbuldum4 Feb 2, 2024
2361bc2
wad
dbuldum4 Feb 2, 2024
cc0a199
awdsd
dbuldum4 Feb 2, 2024
4210ae7
updated homepage content
dbuldum4 Feb 2, 2024
6cff63c
removed "github repo
dbuldum4 Feb 2, 2024
653b09f
updated contact and website name
dbuldum4 Feb 2, 2024
db556d9
hu
dbuldum4 Feb 2, 2024
f89b7ee
removed email url
dbuldum4 Feb 2, 2024
cd71d32
try again
dbuldum4 Feb 2, 2024
6258923
added github to menu
dbuldum4 Feb 2, 2024
2128158
Update _config.yml
dbuldum4 Feb 2, 2024
92566c4
posted
dbuldum4 Feb 2, 2024
7a4eebf
changed name of post file
dbuldum4 Feb 2, 2024
2f53b26
awdsad
dbuldum4 Feb 2, 2024
ce390b4
trying sum to uppercase
dbuldum4 Feb 2, 2024
72a0cf0
added lines
dbuldum4 Feb 2, 2024
9d6a813
changed theme to dark
dbuldum4 Feb 2, 2024
a2c23be
changed back to light
dbuldum4 Feb 2, 2024
058c86d
removed lines
dbuldum4 Feb 2, 2024
6841da7
added border between table of contents and article
dbuldum4 Feb 2, 2024
8ee9424
expanded menu
dbuldum4 Feb 2, 2024
305096f
added physics
dbuldum4 Feb 2, 2024
f67b394
finished tutorial
dbuldum4 Feb 2, 2024
ed271d7
lines before ToC
dbuldum4 Feb 2, 2024
6c5a862
instruments
dbuldum4 Feb 2, 2024
6694c67
added line between h1s
dbuldum4 Feb 2, 2024
110a5d0
removed asdawd
dbuldum4 Feb 2, 2024
cb78704
fix line b4 h1s
dbuldum4 Feb 2, 2024
5cbe3a9
rdc
dbuldum4 Feb 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
64 changes: 64 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"master"
]
}
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
title: no style, please! # name of the site
author: Riccardo Graziosi # name of site's author
email: riccardo.graziosi97@gmail.com # email of site's author
url: https://riggraz.dev # root address of the site
baseurl: "/no-style-please" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
title: dbuldum4 # name of the site
author: Deniz Buldum # name of site's author
email: deniz.a.buldum@gmail.com # email of site's author
url: https://dbuldum4.github.io # root address of the site
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
A (nearly) no-CSS, fast, minimalist Jekyll theme.
dbuldum4

permalink: /:slug.html

Expand All @@ -14,8 +14,8 @@ favicon: "logo.png" # name+extension of favicon (which must be put on the root f
theme: no-style-please # if you are using GitHub Pages, change it to remote_theme: riggraz/no-style-please

theme_config:
appearance: "auto" # can be "light", "dark" or "auto"
back_home_text: ".." # customize text for homepage link in post layout
appearance: "light" # can be "light", "dark" or "auto"
back_home_text: "back" # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: false # show blog description in home page

Expand Down
48 changes: 26 additions & 22 deletions _data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,39 @@
entries:
- title: info
entries:
- title: a (nearly) no-CSS, fast, minimalist Jekyll theme.
- title: github repo
url: https://github.com/riggraz/no-style-please
- title: "used by <a href='https://riggraz.dev'>riggraz.dev</a> and <a href='https://github.com/riggraz/no-style-please/network/dependents'>many others</a>"
- title: freshman at Solon High School

- title: interests
entries:
- title: computer science
- title: ui design
- title: mathematics
- title: music
entries:
- title: spotify
url: https://open.spotify.com/user/deniz.a.buldum?si=7cc6469d129544c5
- title: science olympiad
- title: photography
- title: video editing
- title: history
- title: physics

- title: all posts
post_list:
limit: 5
show_more: true
show_more_text: See archive...
show_more_url: archive.html

- title: posts by category
post_list:
category: example2
show_more: true
show_more_text: See more posts...
show_more_url: example2-archive.html

- title: rss
url: feed.xml

- title: another list
- title: links
entries:
- title: with subitems
entries:
- title: with subsubitems
- title: example page
url: about
- title: PRO TIP
- title: github profile
url: https://github.com/dbuldum4
- title: instagram
url: https://instagram.com/denizbuldum_

- title: contact
entries:
- title: to edit this menu, edit _data/menu.yml file
- title: email
entries:
- title: deniz.a.buldum@gmail.com
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Newsreader">

<title>
{%- if page.title -%}
Expand Down
2 changes: 1 addition & 1 deletion _includes/post_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{%- for post in posts limit: include.limit -%}
<li>
<span>{{- post.date | date: site.theme_config.date_format -}}</span>
<a href="{{ post.url | relative_url }}">{{ post.title | downcase }}</a>
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</li>
{%- endfor -%}
{%- if include.show_more and limit_exceeded -%}
Expand Down
6 changes: 0 additions & 6 deletions _posts/2020-07-06-strange-post.md

This file was deleted.

84 changes: 0 additions & 84 deletions _posts/2020-07-07-overview-post.md

This file was deleted.

52 changes: 0 additions & 52 deletions _posts/2020-07-08-language-tests.md

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions _posts/2020-07-09-post-example-with-headings-and-toc.md

This file was deleted.