Skip to content

Commit

Permalink
chore: remove big objects from history
Browse files Browse the repository at this point in the history
  • Loading branch information
Shishqa committed Jun 4, 2024
1 parent 5ea3e42 commit b7fa332
Show file tree
Hide file tree
Showing 26 changed files with 252 additions and 114 deletions.
74 changes: 74 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages

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

# 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 one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true

# Default to bash
defaults:
run:
shell: bash

jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.108.0
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass Embedded
run: sudo snap install dart-sass-embedded
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./public

# 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@v1
4 changes: 4 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'

googleAnalytics = "G-6DFPR9V8BX"

disqusShortname = "shishqa"
11 changes: 6 additions & 5 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="is-full-screen">
<h2 class="is-center is-vertical-align" style="font-family: FeatureMono;font-size: 8rem">sh*shqa</h2>

<img src="https://media3.giphy.com/media/30pT4ub7AFgEwvUuy7/giphy.gif?cid=ecf05e47i8sezf2ihjxutcf1n9msg2wngte67f01mgagvs8n&rid=giphy.gif&ct=g" style="width: 100%; max-width: 300px; margin-left: auto; margin-right: auto; display: block;">
<img src="/img/landing.gif" style="width: 100%; max-width: 300px; margin-left: auto; margin-right: auto; display: block;">

<a class="is-center list-item" href="/whoami" style="transform: translateY(-0rem); text-align: center; width: 100%; padding: 0; max-width: 300px; margin-top: 8rem; margin-left: auto; margin-right: auto;">whoami</a>
<a class="is-center list-item" href="/links" style="transform: translateY(-0rem); text-align: center; width: 100%; padding: 0; max-width: 300px; margin-left: auto; margin-right: auto;">links</a>
Expand All @@ -26,14 +26,15 @@
<br>
<br>

<p style="font-family: FeatureMono;font-size: 2rem;">Sometimes I write, maybe you'll find something there</p>
<a class="is-center list-item" href="/log" style="font-family: FeatureMono;font-size: 4rem; text-align: center; padding: 0">logs</a>
<p style="font-family: FeatureMono;font-size: 2rem;">Psst, I also take photos. Take a look at my</p>
<a class="is-center list-item" href="/darkroom" style="font-family: FeatureMono;font-size: 4rem; text-align: center; padding: 0">darkroom</a>

<br>
<br>

<p style="font-family: FeatureMono;font-size: 2rem;">Psst, I also take photos. Take a look at my</p>
<a class="is-center list-item" href="/darkroom" style="font-family: FeatureMono;font-size: 4rem; text-align: center; padding: 0">darkroom</a>
<p style="font-family: FeatureMono;font-size: 2rem;">Sometimes I write, maybe you'll find something there</p>
<a class="is-center list-item" href="/log" style="font-family: FeatureMono;font-size: 4rem; text-align: center; padding: 0">logs</a>


<div style="height: 8rem"></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions content/darkroom/georgia-2022.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
dir: "/img/2022-georgia"
dir: "georgia2022"
title: Georgia 2022
---

{{< load-photoswipe >}}
{{< gallery dir="/img/2022-georgia">}}
{{< gallery dir="georgia2022">}}
4 changes: 2 additions & 2 deletions content/darkroom/khakassia-2022.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
dir: "/img/2022-khakassia"
dir: "khakassia2022"
title: Khakassia 2022
---

{{< load-photoswipe >}}
{{< gallery dir="/img/2022-khakassia">}}
{{< gallery dir="khakassia2022">}}
7 changes: 7 additions & 0 deletions content/darkroom/walrus-2023.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
dir: "walrus2023"
title: Walruses 2023
---

{{< load-photoswipe >}}
{{< gallery dir="walrus2023">}}
25 changes: 4 additions & 21 deletions content/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,7 @@
title: links
---

{{< rawhtml >}}
<p class="is-center" style="font-family: FeatureMono;font-size: 4rem">
<span style="padding-right: 1rem">-</span>
<a href="https://github.com/Shishqa">github</a>
</p>

<p class="is-center" style="font-family: FeatureMono;font-size: 4rem">
<span style="padding-right: 1rem">-</span>
<a href="www.linkedin.com/in/shishqa">linkedin</a>
</p>

<p class="is-center" style="font-family: FeatureMono;font-size: 4rem">
<span style="padding-right: 1rem">-</span>
<a href="mailto:shishqa.main@gmail.com">email</a>
</p>

<p class="is-center" style="font-family: FeatureMono;font-size: 4rem">
<span style="padding-right: 1rem">-</span>
<a href="https://t.me/shishqa">telegram</a>
</p>
{{< /rawhtml >}}
- github: [@Shishqa](https://github.com/Shishqa)
- linkedin: [@shishqa](www.linkedin.com/in/shishqa)
- email: [shishqa.main@gmail.com](mailto:shishqa.main@gmail.com)
- telegram: [@shishqa](https://t.me/shishqa)
8 changes: 4 additions & 4 deletions content/projects/kubetos/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: kubetos
description: declare Kubernetes with TOSCA
description: >
Yet another way to deploy Kubernetes
(but promising)
---

Aim of this project is to try implementing Kubernetes deployment framework (like Kubespray) with TOSCA standard
Expand All @@ -20,9 +22,7 @@ To be continued
<summary>Here you can see a cringe demo video 🌚</summary>
<br>
<div class="is-center">
<video controls height="200">
<source src="/projects/kubetos/kubetos-demo.mp4" type="video/mp4">
</video>
<iframe width="560" height="315" src="https://www.youtube.com/embed/s8TprVkiX-c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</details>
{{< /rawhtml >}}
Expand Down
48 changes: 34 additions & 14 deletions content/whoami.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,47 @@
---
title: Mikhail Shishatskiy
---

{{< rawhtml >}}
<img src="/img/landing.gif" style="width: 100%; max-width: 300px; margin-left: auto; margin-right: auto; display: block;">
{{< /rawhtml >}}

## Experience

- **Software Engineer** \
[Yandex](https://yandex.com/company/) \
*September 2023 --- now*

- **Cloud Research assistant** \
[Ivannikov Institute for System Programming of the RAS](https://www.ispras.ru/en/) \
July 2021 --- now
- Extended [Michman](https://github.com/ispras/michman) orchestrator by adding the ability to deploy Kubernetes service and OpenPAI platform. Now the team deploys Kubernetes clusters through this solution
- Currently working with OASIS TOSCA support for Michman. Authored [Kubetos](https://github.com/Shishqa/kubetos) project, which was featured on the [TOSCA Implementation Landscape](https://github.com/philippemerle/tosca-implementation-landscape)
- Currently working on language-learning platform based on [Lingvodoc](http://lingvodoc.ispras.ru/), developing full-stack solution with supabase and flutter

*Leveraged knowledge:* TOSCA, OCI, Ansible, Go, Kubernetes, Linux, OpenStack, Flutter, Git

*July 2021 --- September 2023*
- Currently working on the domain-agnostic OASIS TOSCA orchestration system with support of [substitution mappings](https://docs.oasis-open.org/tosca/TOSCA/v2.0/csd05/TOSCA-v2.0-csd05.html#_Toc125468384)
- *stack:* Python FastAPI microservices, Docker, Ansible
- guided the system architecture from the beginning, learned from quite a lot of mistakes made
- developed an inline substitution mapping algorithm
- Currently working on the [language-learning platform](http://edu.ispras.ru) based on the [Lingvodoc](http://lingvodoc.ispras.ru/), pre-alpha stage
- *stack:* Flutter (riverpod), Supabase
- made self-hosted Supabase production ready (migrations, protected access)
- Developed [Kubetos](https://github.com/Shishqa/kubetos) — a set of TOSCA service templates for deploying highly customizable Kubernetes clusters
- *stack:* [xOpera](https://github.com/xlab-si/xopera-opera), Ansible, Kubernetes
- featured on the [TOSCA Implementation Landscape](https://github.com/philippemerle/tosca-implementation-landscape)
- Extended [Michman](https://github.com/ispras/michman) orchestrator by adding the ability to deploy Kubernetes service. Now this solution is used by the team for reproducible testing of other ISPRAS platforms
- *stack:* Ansible, Kubespray
- **Intern Software Developer** \
[VK group](https://vk.company/en/) --- [Tarantool](https://github.com/tarantool) \
March 2021 --- September 2021
*March 2021 --- September 2021*
- Developed platform sampling profiler for LuaJIT. Which is now utilized by Tarantool team to profile user applications running on the Tarantool platform
- Extended the memory profiler for LuaJIT by adding dynamic symbol table enriching

*Leveraged knowledge:* C, Lua, JIT compilers, Perf, Git
- *stack:* LuaJIT, C, perf

## Skills

- **Programming languages**
- *Working knowledge:* C, C++, Assembly, Python, Dart (Flutter)
- **Languages**
- *Working knowledge:* C, C++, Assembly, Python, Dart (Flutter), TOSCA, SQL
- *Basic knowledge:* Rust, Go, Lua, HTML
- **Software**
- *Working knowledge:* Git, Ansible, Docker, Kubernetes, Kubespray, SQL
- *Basic knowledge:* OpenStack, Spark, CUDA, Jekyll
- *Working knowledge:* Git, Ansible, Kubespray, Docker, Kubernetes, Postgres
- *Basic knowledge:* OpenStack, Spark, CUDA
- **OS**
- Linux (_I use arch btw_), Windows
- **Languages**
Expand All @@ -37,6 +51,9 @@ title: Mikhail Shishatskiy

## Education

- **Master in Applied Mathematics and Computer Science** \
[ITMO University](https://mhs.itmo.ru/) \
September 2023 --- July 2025 (expected)
- **Bachelor in Information Science and Computer Engineering** \
[Moscow Institute of Physics and Technology](https://mipt.ru/english/) \
September 2019 --- July 2023
Expand All @@ -52,3 +69,6 @@ title: Mikhail Shishatskiy

## Also
- In the summer I visit [Krasnoyarsk Summer School](https://klsh.ru/about/) to teach shoolstudents fascinating things in exact mathematical sciences and have fun
- «How I Learned to Stop Worrying and Shot Myself in the Foot» — C language course for beginners
- «Welcome to the Internet» — course telling how the Internet stack works (overview from the TCP/IP to the Cloud)
- «A Box with a Hole is Also a Camera» — course about geometrical optics and practice in building a pinhole camera
30 changes: 30 additions & 0 deletions data/darkroom/georgia2022.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
gallery:
- { thumb: https://i.postimg.cc/NjdwVQ6D/MNS-20220202-112625.jpg, img: https://i.postimg.cc/vZG7chwD/MNS-20220202-112625.jpg}
- { thumb: https://i.postimg.cc/QMPZ8SnW/MNS-20220202-113309.jpg, img: https://i.postimg.cc/zvWwRPfH/MNS-20220202-113309.jpg}
- { thumb: https://i.postimg.cc/Xq6MFqWj/MNS-20220202-115019.jpg, img: https://i.postimg.cc/cCqwZMcx/MNS-20220202-115019.jpg}
- { thumb: https://i.postimg.cc/FK1QXwG4/MNS-20220202-115127.jpg, img: https://i.postimg.cc/cLTRY3dh/MNS-20220202-115127.jpg}
- { thumb: https://i.postimg.cc/7YM433bp/MNS-20220202-120505.jpg, img: https://i.postimg.cc/BvQCwgmR/MNS-20220202-120505.jpg}
- { thumb: https://i.postimg.cc/VLc10Gsq/MNS-20220202-141120.jpg, img: https://i.postimg.cc/mDPyTrfw/MNS-20220202-141120.jpg}
- { thumb: https://i.postimg.cc/P5Xj2CwN/MNS-20220202-145419.jpg, img: https://i.postimg.cc/sDY9j88t/MNS-20220202-145419.jpg}
- { thumb: https://i.postimg.cc/63vJyRDb/MNS-20220202-145437.jpg, img: https://i.postimg.cc/j5nPGkP3/MNS-20220202-145437.jpg}
- { thumb: https://i.postimg.cc/cCRpcW1Q/MNS-20220202-145442.jpg, img: https://i.postimg.cc/HkSMjCtP/MNS-20220202-145442.jpg}
- { thumb: https://i.postimg.cc/h4VRnL8f/MNS-20220202-145448.jpg, img: https://i.postimg.cc/L4zZLPTP/MNS-20220202-145448.jpg}
- { thumb: https://i.postimg.cc/fTZnRV55/MNS-20220202-145531.jpg, img: https://i.postimg.cc/s2QMXGxv/MNS-20220202-145531.jpg}
- { thumb: https://i.postimg.cc/SxNBcHBM/MNS-20220203-101851.jpg, img: https://i.postimg.cc/VLm0RNGV/MNS-20220203-101851.jpg}
- { thumb: https://i.postimg.cc/VLRyrzVw/MNS-20220203-115407.jpg, img: https://i.postimg.cc/xdhbyyhv/MNS-20220203-115407.jpg}
- { thumb: https://i.postimg.cc/vZqph3yS/MNS-20220203-115744.jpg, img: https://i.postimg.cc/W30tmRMV/MNS-20220203-115744.jpg}
- { thumb: https://i.postimg.cc/CKR9QkLM/MNS-20220203-121228.jpg, img: https://i.postimg.cc/rwYdMN8B/MNS-20220203-121228.jpg}
- { thumb: https://i.postimg.cc/BvRR9bXT/MNS-20220203-132328.jpg, img: https://i.postimg.cc/mkwDqQX6/MNS-20220203-132328.jpg}
- { thumb: https://i.postimg.cc/V6MpYwC3/MNS-20220203-132705.jpg, img: https://i.postimg.cc/g2rJSLvN/MNS-20220203-132705.jpg}
- { thumb: https://i.postimg.cc/mkynHSVj/MNS-20220203-142403.jpg, img: https://i.postimg.cc/RF1V67BV/MNS-20220203-142403.jpg}
- { thumb: https://i.postimg.cc/qqTYqFcg/MNS-20220203-144949.jpg, img: https://i.postimg.cc/J0PrKR0f/MNS-20220203-144949.jpg}
- { thumb: https://i.postimg.cc/Y26ZZpkF/MNS-20220203-145138.jpg, img: https://i.postimg.cc/9FQF0wNC/MNS-20220203-145138.jpg}
- { thumb: https://i.postimg.cc/HsTRCfsh/MNS-20220203-151630-1.jpg, img: https://i.postimg.cc/65b6v6DR/MNS-20220203-151630-1.jpg}
- { thumb: https://i.postimg.cc/65zS6Y85/MNS-20220203-155531.jpg, img: https://i.postimg.cc/1tSyQ8qx/MNS-20220203-155531.jpg}
- { thumb: https://i.postimg.cc/K8zW1BT7/MNS-20220204-144226.jpg, img: https://i.postimg.cc/pLg2sGVL/MNS-20220204-144226.jpg}
- { thumb: https://i.postimg.cc/vZNNfT7J/MNS-20220204-144359.jpg, img: https://i.postimg.cc/XvdnmfXc/MNS-20220204-144359.jpg}
- { thumb: https://i.postimg.cc/PqvF4H2P/MNS-20220205-143319.jpg, img: https://i.postimg.cc/SsGkNm6n/MNS-20220205-143319.jpg}
- { thumb: https://i.postimg.cc/k4rYYHpw/MNS-20220206-131330.jpg, img: https://i.postimg.cc/brCPkLF8/MNS-20220206-131330.jpg}
- { thumb: https://i.postimg.cc/zBntsjmN/MNS-20220206-143016.jpg, img: https://i.postimg.cc/cC4ZvPhX/MNS-20220206-143016.jpg}
- { thumb: https://i.postimg.cc/T1f7fDGD/MNS-20220206-143619.jpg, img: https://i.postimg.cc/yYxss4kN/MNS-20220206-143619.jpg}
- { thumb: https://i.postimg.cc/wM2WvjTb/MNS-20220206-144727.jpg, img: https://i.postimg.cc/KvWFYqMD/MNS-20220206-144727.jpg}
13 changes: 13 additions & 0 deletions data/darkroom/khakassia2022.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
gallery:
- { thumb: https://i.postimg.cc/Yqc0gcMS/MNS-20220819-194315.jpg, img: https://i.postimg.cc/W3rjpKBF/MNS-20220819-194315.jpg}
- { thumb: https://i.postimg.cc/t4pgSh1Q/MNS-20220819-194326.jpg, img: https://i.postimg.cc/8CxNSD0g/MNS-20220819-194326.jpg}
- { thumb: https://i.postimg.cc/7LPf6gDM/MNS-20220819-195646.jpg, img: https://i.postimg.cc/nLXpgMT1/MNS-20220819-195646.jpg}
- { thumb: https://i.postimg.cc/HsQx9Sk9/MNS-20220819-195715.jpg, img: https://i.postimg.cc/kMQ9k0NL/MNS-20220819-195715.jpg}
- { thumb: https://i.postimg.cc/0jSN3ndx/MNS-20220819-195859.jpg, img: https://i.postimg.cc/fyNsVCsH/MNS-20220819-195859.jpg}
- { thumb: https://i.postimg.cc/wBW3s7jK/MNS-20220819-200034.jpg, img: https://i.postimg.cc/GmhcPXyV/MNS-20220819-200034.jpg}
- { thumb: https://i.postimg.cc/y63Wk6q5/MNS-20220819-200042.jpg, img: https://i.postimg.cc/L53pLP6m/MNS-20220819-200042.jpg}
- { thumb: https://i.postimg.cc/wvZv0ZN0/MNS-20220819-201654.jpg, img: https://i.postimg.cc/pLGPsKQT/MNS-20220819-201654.jpg}
- { thumb: https://i.postimg.cc/bvFNwWmp/MNS-20220819-203503.jpg, img: https://i.postimg.cc/NfQYYdpF/MNS-20220819-203503.jpg}
- { thumb: https://i.postimg.cc/HxcWczN5/MNS-20220820-153246.jpg, img: https://i.postimg.cc/4NwG3pS5/MNS-20220820-153246.jpg}
- { thumb: https://i.postimg.cc/sx5VKXsg/MNS-20220821-171855.jpg, img: https://i.postimg.cc/W1HPGTjq/MNS-20220821-171855.jpg}
- { thumb: https://i.postimg.cc/9FjX0GYR/MNS-20220821-173341.jpg, img: https://i.postimg.cc/qvRT6zfd/MNS-20220821-173341.jpg}
7 changes: 7 additions & 0 deletions data/darkroom/walrus2023.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
gallery:
- { img: https://i.postimg.cc/KzZh3rQm/SHI-3640-v1.jpg, thumb: https://i.postimg.cc/mZJ5FWbm/SHI-3640-v1.jpg }
- { img: https://i.postimg.cc/Zn5m2Fyw/SHI-3662-v1.jpg, thumb: https://i.postimg.cc/SNY7C0nx/SHI-3662-v1.jpg }
- { img: https://i.postimg.cc/GpnCd1y8/SHI-3676-v1.jpg, thumb: https://i.postimg.cc/FHgSVhNN/SHI-3676-v1.jpg }
- { img: https://i.postimg.cc/qMg0GwrR/SHI-3696-v1.jpg, thumb: https://i.postimg.cc/hvzxLxP5/SHI-3696-v1.jpg }
- { img: https://i.postimg.cc/QMgrMnQ6/SHI-3711-v1.jpg, thumb: https://i.postimg.cc/cJxnDPLY/SHI-3711-v1.jpg }
- { img: https://i.postimg.cc/3rtYp6PV/SHI-3714-v1.jpg, thumb: https://i.postimg.cc/Mpk0YsBb/SHI-3714-v1.jpg }
2 changes: 1 addition & 1 deletion layouts/404.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<h1> Not found! :) </h1>
<h1> 🌚 </h1>
4 changes: 2 additions & 2 deletions layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{ define "main" }}
<div class="container" style="padding-top: 5rem;">
<div class="container" style="padding-top: 5rem; margin-bottom: 16rem;">
<div class="row">
<div class="col"></div>
<div class="col-8">
<h1 class="is-center" style="font-family: FeatureMono;font-size: 8rem">{{ .Params.title }}</h1>
<h1 class="is-center" style="font-family: FeatureMono;font-size: 6rem">{{ .Params.title }}</h1>
{{ .Content }}
{{ range .Paginator.Pages }}
<a href="{{ .Permalink }}">
Expand Down
4 changes: 2 additions & 2 deletions layouts/darkroom/list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
<div class="container" style="padding-top: 5rem;">
<div class="container" style="padding-top: 5rem; margin-bottom: 16rem;">
<div style="height: 6rem;"></div>
<h1 class="is-center" title="{{ .Params.title }}" style="font-family: FeatureMono;font-size: 8rem;line-height: 1rem;">{{ .Params.title }}</h1>
<h1 class="is-center" title="{{ .Params.title }}" style="font-family: FeatureMono;font-size: 6rem;line-height: 1rem;">{{ .Params.title }}</h1>
<h1 class="is-center" title="{{ .Params.title }}" style="font-family: FeatureMono;font-size: 2rem;">{{ .Params.description }}</h1>
<div style="height: 4rem;"></div>
<div class="row">
Expand Down
7 changes: 7 additions & 0 deletions layouts/darkroom/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<div class="container" style="padding-top: 5rem;">
<h1 class="is-center" style="font-family: FeatureMono;font-size: 5rem;text-align: center;">{{ .Title }}</h1>
{{ .Content }}
<div class="row">
<div class="col"></div>
<div class="col-8">
{{ template "_internal/disqus.html" . }}
</div>
<div class="col"></div>
</div>
<div style="height: 8rem;"></div>
</div>
{{ end }}
17 changes: 17 additions & 0 deletions layouts/log/single.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{{ define "main" }}
<div class="container" style="padding-top: 5rem;">
<article>
<div class="row">
<div class="col"></div>
<div class="col-8">
<h1 class="is-center" style="font-family: FeatureMono;font-size: 4rem; line-height: 5rem; text-align: center;">{{ .Title }}</h1>
{{ .Content }}

{{ template "_internal/disqus.html" . }}
</div>
<div class="col"></div>
</div>
</article>
<div style="height: 8rem;"></div>
</div>
{{ end }}
Loading

0 comments on commit b7fa332

Please sign in to comment.