DevSculptor 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +711 -0
- data/_config.yml +142 -0
- data/_data/blogroll.yml +34 -0
- data/_data/locales.yml +280 -0
- data/_data/page-list.yml +28 -0
- data/_data/projects.yml +50 -0
- data/_data/social.yml +149 -0
- data/_includes/about.html +19 -0
- data/_includes/anchor_headings.html +174 -0
- data/_includes/archives.html +28 -0
- data/_includes/categories.html +21 -0
- data/_includes/comments.html +35 -0
- data/_includes/footer/code-block-lang.html +12 -0
- data/_includes/footer/color_theme_toggler.html +92 -0
- data/_includes/footer/copyright.html +14 -0
- data/_includes/footer/create-toc.html +51 -0
- data/_includes/footer/page_pagination.html +24 -0
- data/_includes/footer/reading-time.html +11 -0
- data/_includes/footer/scripts.html +10 -0
- data/_includes/footer/toggle-toc.html +12 -0
- data/_includes/footer.html +50 -0
- data/_includes/head/ban.html +7 -0
- data/_includes/head/google_analytics.html +9 -0
- data/_includes/head/icons.html +5 -0
- data/_includes/head/scripts.html +6 -0
- data/_includes/head/stylesheets.html +2 -0
- data/_includes/head.html +20 -0
- data/_includes/home/post_card.html +56 -0
- data/_includes/home.html +28 -0
- data/_includes/navigation/color-theme-switcher.html +50 -0
- data/_includes/navigation/svg.html +20 -0
- data/_includes/navigation.html +48 -0
- data/_includes/page_pagination.html +29 -0
- data/_includes/projects/project-card.html +73 -0
- data/_includes/projects.html +8 -0
- data/_includes/search/algolia.html +165 -0
- data/_includes/sidebar/aboutme.html +61 -0
- data/_includes/sidebar/blogroll.html +7 -0
- data/_includes/sidebar.html +6 -0
- data/_includes/tags.html +21 -0
- data/_includes/toc.html +7 -0
- data/_layouts/default.html +21 -0
- data/_layouts/home.html +2 -0
- data/_layouts/page.html +11 -0
- data/_layouts/plain.html +14 -0
- data/_layouts/post.html +78 -0
- data/_sass/_base.scss +250 -0
- data/_sass/_navigation.scss +24 -0
- data/_sass/_syntax-highlighting.scss +160 -0
- data/assets/JustinSunday_Resume_2023-09-14.pdf +0 -0
- data/assets/branding/branding-colors-and-fonts/BrandBoard.pdf +0 -0
- data/assets/branding/branding-colors-and-fonts/fonts/Fira Mono Bold.ttf +0 -0
- data/assets/branding/logo/eps-pdf-png-formats.zip +0 -0
- data/assets/branding/logo/svg/logo-black.svg +1 -0
- data/assets/branding/logo/svg/logo-color.svg +1 -0
- data/assets/branding/logo/svg/logo-no-background-black-letters.svg +1 -0
- data/assets/branding/logo/svg/logo-no-background.svg +1 -0
- data/assets/branding/logo/svg/logo-white.svg +1 -0
- data/assets/fonts/CascadiaCode-WebFont/caskaydia_cove_nerd_font_complete-demo.html +517 -0
- data/assets/fonts/CascadiaCode-WebFont/caskaydia_cove_nerd_font_complete-webfont.woff +0 -0
- data/assets/fonts/CascadiaCode-WebFont/caskaydia_cove_nerd_font_complete-webfont.woff2 +0 -0
- data/assets/fonts/CascadiaCode-WebFont/generator_config.txt +5 -0
- data/assets/fonts/CascadiaCode-WebFont/specimen_files/grid_12-825-55-15.css +129 -0
- data/assets/fonts/CascadiaCode-WebFont/specimen_files/specimen_stylesheet.css +396 -0
- data/assets/fonts/CascadiaCode-WebFont/stylesheet.css +12 -0
- data/assets/images/projects/desvsculptor/20230926-localhost-iphone14promax-homepage-fotor-bg-remover-20231002163813.png +0 -0
- data/assets/images/projects/desvsculptor/20230926-localhost-iphone14promax-homepage.PNG +0 -0
- data/assets/images/projects/desvsculptor/home-page-example.png +0 -0
- data/assets/images/projects/dummy_project/ilya-pavlov-OqtafYT5kTw-unsplash.jpg +0 -0
- data/assets/images/site-shots/blogroll-20231010.png +0 -0
- data/assets/images/site-shots/blogroll-to-datayml-20201010.png +0 -0
- data/assets/images/topbutton.png +0 -0
- data/assets/js/jquery-1.9.1.min.js +5 -0
- data/assets/js/totop.js +26 -0
- data/assets/scss/main.scss +120 -0
- data/pages/about.md +8 -0
- data/pages/archives.md +7 -0
- data/pages/categories.md +8 -0
- data/pages/home.md +6 -0
- data/pages/projects.md +8 -0
- data/pages/search.md +11 -0
- data/pages/subscribe.md +12 -0
- data/pages/tags.md +7 -0
- metadata +241 -0
data/_config.yml
ADDED
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
# Welcome to Jekyll!
|
|
2
|
+
#
|
|
3
|
+
# This config file is meant for settings that affect your whole blog, values
|
|
4
|
+
# which you are expected to set up once and rarely edit after that. If you find
|
|
5
|
+
# yourself editing this file very often, consider using Jekyll's data files
|
|
6
|
+
# feature for the data you need to update frequently.
|
|
7
|
+
#
|
|
8
|
+
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
9
|
+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
10
|
+
#
|
|
11
|
+
# If you need help with YAML syntax, here are some quick references for you:
|
|
12
|
+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
|
13
|
+
# https://learnxinyminutes.com/docs/yaml/
|
|
14
|
+
#
|
|
15
|
+
# Site settings
|
|
16
|
+
# These are used to personalize your new site. If you look in the HTML files,
|
|
17
|
+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
18
|
+
# You can create any custom variable you would like, and they will be accessible
|
|
19
|
+
# in the templates via {{ site.myvariable }}.
|
|
20
|
+
|
|
21
|
+
# Run the LIVE development server using `bundle exec jekyll serve -o -l`
|
|
22
|
+
|
|
23
|
+
#### TOC - [ctrl] + [f] to find these sections in the config.
|
|
24
|
+
# - Site Settings, Meta, and SEO
|
|
25
|
+
# - Search
|
|
26
|
+
# - CommentBox
|
|
27
|
+
# - Contact Form
|
|
28
|
+
# - Build Settings
|
|
29
|
+
|
|
30
|
+
#### Site Settings, Meta, and SEO
|
|
31
|
+
title: DevSculptor
|
|
32
|
+
version: 1.0.0
|
|
33
|
+
email: admin@jlsunday.com
|
|
34
|
+
description: >- # Ignore newlines to allow multiline strings. See "aboutme" setting below.
|
|
35
|
+
A full-featured, GitHub Pages compatible, Jekyll blog theme tailored to software devs that contains project and resume pages.
|
|
36
|
+
Contains localization support for multiple languages.
|
|
37
|
+
tagline: >-
|
|
38
|
+
A full-featured, GitHub Pages compatible, Jekyll blog theme tailored to software devs that contains project and resume pages.
|
|
39
|
+
Contains localization support for multiple languages.
|
|
40
|
+
baseurl: "" # The subpath of your site, e.g. /blog
|
|
41
|
+
url: "https://jlsunday.com/DevSculptor" # The base hostname & protocol for your site, e.g. http://example.com
|
|
42
|
+
author:
|
|
43
|
+
name: Justin L. Sunday
|
|
44
|
+
url: https://JLSunday.com/
|
|
45
|
+
default_locale: "en" # Sets locale across the site
|
|
46
|
+
logo_light: "/assets/branding/logo/svg/logo-no-background-black-letters.svg" # path/to/logo.svg
|
|
47
|
+
logo_dark: "/assets/branding/logo/svg/logo-no-background.svg" # path/to/logo.svg
|
|
48
|
+
show_contact_info: true # Personal Info (twitter,GitHub,email) can be seen in `\_includes\sidebar\aboutme.html`, this info only shown where show_contact_info == true
|
|
49
|
+
include_blogroll: true
|
|
50
|
+
feed:
|
|
51
|
+
excerpt_only: true
|
|
52
|
+
footer: # Optional links for sitemap, privacy policy, cookie policy, and terms of service. These have placeholders inside that specify the author's/website's names. So, if you are in the United States, theis should be pretty much plug and play. I would definitely recommend that you look these over yourself for safety reasons. I assume no responsibility if you use these provided files. They are meant as placeholders/ templates to be edited for your specific use-case.
|
|
53
|
+
include_sitemap: true
|
|
54
|
+
include_privacypolicy: true
|
|
55
|
+
include_cookiepolicy: true
|
|
56
|
+
include_terms: true
|
|
57
|
+
aboutme:
|
|
58
|
+
include: true
|
|
59
|
+
text: >-
|
|
60
|
+
Hello, my name is Justin! I live in the US with my wife, amazing daughters, and our crazy canines.
|
|
61
|
+
I'm extremely passionate about software development, programming, absorbing every bit of knowledge
|
|
62
|
+
I can, and sharing that knowledge with anyone interested in learning.
|
|
63
|
+
photo:
|
|
64
|
+
use_github_avatar: false
|
|
65
|
+
asset_path: # "/path/to/profile-photo.png"
|
|
66
|
+
hosted_aboutme_photo: "https://github.com/sundayj/sundayj.github.io/blob/master/images/other-images/profile-photo-1352x1098.png?raw=true" # Use if you want to use a photo from somewhere else on the web
|
|
67
|
+
google_analytics_key: "G-4Z30BJZ3LK" # UA-57979084-1 # put YOUR key here to enable tracking! (blank to disable)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
#### Search
|
|
71
|
+
# If you would like to include algolia search in your site, please refer to this blog post by Algolia: https://www.algolia.com/blog/engineering/instant-search-blog-documentation-jekyll-plugin/
|
|
72
|
+
algolia:
|
|
73
|
+
application_id: EWUVB8IM9I
|
|
74
|
+
index_name: posts
|
|
75
|
+
search_only_api_key: 2a8317b5236115949a9abb019380355e
|
|
76
|
+
files_to_exclude:
|
|
77
|
+
- pages/home.md
|
|
78
|
+
- pages/about.md
|
|
79
|
+
- pages/archives.md
|
|
80
|
+
- pages/categories.md
|
|
81
|
+
- pages/tags.md
|
|
82
|
+
- pages/search.md
|
|
83
|
+
settings:
|
|
84
|
+
attributesToHighlight:
|
|
85
|
+
- categories
|
|
86
|
+
- content
|
|
87
|
+
- headings
|
|
88
|
+
- html
|
|
89
|
+
- tags
|
|
90
|
+
- title
|
|
91
|
+
attributesToSnippet:
|
|
92
|
+
- content:10
|
|
93
|
+
- summary:10
|
|
94
|
+
|
|
95
|
+
#### CommentBox
|
|
96
|
+
comment_box: 5706851450617856-proj # project Id
|
|
97
|
+
|
|
98
|
+
#### Contact Form
|
|
99
|
+
fab_form: dcqj53t # form Id
|
|
100
|
+
|
|
101
|
+
### Build Settings
|
|
102
|
+
# Kramdown Configuration
|
|
103
|
+
markdown: kramdown
|
|
104
|
+
highlighter: rouge
|
|
105
|
+
kramdown:
|
|
106
|
+
input: GFM
|
|
107
|
+
syntax_highlighter_opts:
|
|
108
|
+
span:
|
|
109
|
+
line_numbers: false
|
|
110
|
+
block:
|
|
111
|
+
line_numbers: true
|
|
112
|
+
start_line: 1
|
|
113
|
+
paginate: 5
|
|
114
|
+
excerpt_separator: <!-- more -->
|
|
115
|
+
plugins:
|
|
116
|
+
- jekyll-avatar
|
|
117
|
+
- jekyll-feed
|
|
118
|
+
- jekyll-paginate
|
|
119
|
+
- jemoji
|
|
120
|
+
# - jekyll-sitemap
|
|
121
|
+
- jekyll-seo-tag
|
|
122
|
+
- jekyll-seo
|
|
123
|
+
|
|
124
|
+
# Exclude from processing.
|
|
125
|
+
# The following items will not be processed, by default.
|
|
126
|
+
# Any item listed under the `exclude:` key here will be automatically added to
|
|
127
|
+
# the internal "default list".
|
|
128
|
+
#
|
|
129
|
+
# Excluded items can be processed by explicitly listing the directories or
|
|
130
|
+
# their entries' file path in the `include:` list.
|
|
131
|
+
#
|
|
132
|
+
# exclude:
|
|
133
|
+
# - .sass-cache/
|
|
134
|
+
# - .jekyll-cache/
|
|
135
|
+
# - gemfiles/
|
|
136
|
+
# - Gemfile
|
|
137
|
+
# - Gemfile.lock
|
|
138
|
+
# - node_modules/
|
|
139
|
+
# - vendor/bundle/
|
|
140
|
+
# - vendor/cache/
|
|
141
|
+
# - vendor/gems/
|
|
142
|
+
# - vendor/ruby/
|
data/_data/blogroll.yml
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Blog-roll info, only name will be shown, but you can add details, or a short description,
|
|
2
|
+
# in the title attribute to show a tooltip when hovering over the link.
|
|
3
|
+
- name: Joel on Software
|
|
4
|
+
href: https://www.joelonsoftware.com/
|
|
5
|
+
title: Joel on Software
|
|
6
|
+
- name: Kevin Risden's Blog
|
|
7
|
+
href: https://risdenk.github.io/
|
|
8
|
+
title: Blog and Tutorials by Kevin Risden
|
|
9
|
+
- name: Flavio Copes
|
|
10
|
+
href: https://flaviocopes.com/
|
|
11
|
+
title: Blog and Tutorials by Flavio Copes
|
|
12
|
+
- name: X-Team
|
|
13
|
+
href: https://x-team.com/blog/
|
|
14
|
+
title: X-Team
|
|
15
|
+
- name: The Overflow
|
|
16
|
+
href: https://stackoverflow.blog/
|
|
17
|
+
title: Stack Overflow's Blog, The Overflow
|
|
18
|
+
- name: Real Python
|
|
19
|
+
href: https://realpython.com/
|
|
20
|
+
title: Real Python
|
|
21
|
+
- name: Emerging Tech Brew
|
|
22
|
+
href: https://www.emergingtechbrew.com/r?kid=51d204
|
|
23
|
+
title: Emerging Tech Brew Email Newsletter
|
|
24
|
+
- name: Morning Brew
|
|
25
|
+
href: https://morningbrew.com/daily/r/?kid=51d204
|
|
26
|
+
title: Morning Brew Email Newsletter
|
|
27
|
+
- name: The Pixel Grimoire
|
|
28
|
+
href: https://medium.com/pixel-grimoire
|
|
29
|
+
title: Articles on pixel art and game development
|
|
30
|
+
- name: patorjk.com
|
|
31
|
+
href: https://patorjk.com/754575blog/
|
|
32
|
+
title: >-
|
|
33
|
+
Patrick Gillespie's blog. Has some cool online tools under the software category,
|
|
34
|
+
like the Text to ASCII Art Generator.
|
data/_data/locales.yml
ADDED
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
en: # English
|
|
2
|
+
Aboutme: "About Me" # About Author
|
|
3
|
+
Archives: "Archives" # Blog Archive
|
|
4
|
+
Blogroll: "Blogroll"
|
|
5
|
+
Categories: "Categories"
|
|
6
|
+
Tags: "Tags"
|
|
7
|
+
Previous: "Older" # Previous Post
|
|
8
|
+
Next: "Newer" # Next Post
|
|
9
|
+
PostDate: "Date Posted"
|
|
10
|
+
EditDate: "Date Edited"
|
|
11
|
+
Search: "Site Search"
|
|
12
|
+
Home: "Home" # Home Page
|
|
13
|
+
About: "About" # About site/blog
|
|
14
|
+
Subscribe: "Subscribe"
|
|
15
|
+
Résumé: "Résumé"
|
|
16
|
+
Projects: "Projects"
|
|
17
|
+
Site_Map: "Site Map"
|
|
18
|
+
Privacy_Policy: "Privacy Policy"
|
|
19
|
+
Cookie_Policy: "Cookie Policy"
|
|
20
|
+
Terms_of_Service: "Terms of Service"
|
|
21
|
+
es: # Spanish (Español)
|
|
22
|
+
Aboutme: "Acerca de Mí" # Acerca del Autor
|
|
23
|
+
Archives: "Archivos" # Archivo de Blog
|
|
24
|
+
Blogroll: "Lista de Blogs"
|
|
25
|
+
Categories: "Categorías"
|
|
26
|
+
Tags: "Etiquetas"
|
|
27
|
+
Previous: "Anterior" # Publicación Anterior
|
|
28
|
+
Next: "Siguiente" # Publicación Siguiente
|
|
29
|
+
PostDate: "Fecha de Publicación"
|
|
30
|
+
EditDate: "Fecha de Edición"
|
|
31
|
+
Search: "Buscar en el Sitio"
|
|
32
|
+
Home: "Inicio" # Página de Inicio
|
|
33
|
+
About: "Acerca de" # Acerca del sitio/blog
|
|
34
|
+
Subscribe: "Suscribirse"
|
|
35
|
+
Résumé: "Resumen"
|
|
36
|
+
Projects: "Proyectos"
|
|
37
|
+
Site_Map: "Mapa del Sitio"
|
|
38
|
+
Privacy_Policy: "Política de Privacidad"
|
|
39
|
+
Cookie_Policy: "Política de Cookies"
|
|
40
|
+
Terms_of_Service: "Términos de Servicio"
|
|
41
|
+
fr: # French (Français)
|
|
42
|
+
Aboutme: "À propos de Moi" # À propos de l'Auteur
|
|
43
|
+
Archives: "Archives" # Archive du Blog
|
|
44
|
+
Blogroll: "Liste de Blogs"
|
|
45
|
+
Categories: "Catégories"
|
|
46
|
+
Tags: "Mots-clés" # "Étiquettes"
|
|
47
|
+
Previous: "Plus Ancien" # Article Précédent
|
|
48
|
+
Next: "Plus Récent" # Article Suivant
|
|
49
|
+
PostDate: "Date de Publication"
|
|
50
|
+
EditDate: "Date de Modification"
|
|
51
|
+
Search: "Recherche sur le Site"
|
|
52
|
+
Home: "Accueil" # Page d'Accueil
|
|
53
|
+
About: "À Propos" # À Propos du site/blog
|
|
54
|
+
Subscribe: "S'Abonner"
|
|
55
|
+
Résumé: "CV"
|
|
56
|
+
Projects: "Projets"
|
|
57
|
+
Site_Map: "Plan du Site"
|
|
58
|
+
Privacy_Policy: "Politique de Confidentialité"
|
|
59
|
+
Cookie_Policy: "Politique de Cookies"
|
|
60
|
+
Terms_of_Service: "Conditions d'Utilisation"
|
|
61
|
+
de: # German (Deutsch)
|
|
62
|
+
Aboutme: "Über Mich" # Über den Autor
|
|
63
|
+
Archives: "Archiv" # Blogarchiv
|
|
64
|
+
Blogroll: "Blogroll"
|
|
65
|
+
Categories: "Kategorien"
|
|
66
|
+
Tags: "Tags"
|
|
67
|
+
Previous: "Älter" # Älterer Beitrag
|
|
68
|
+
Next: "Neuer" # Neuerer Beitrag
|
|
69
|
+
PostDate: "Veröffentlichungsdatum"
|
|
70
|
+
EditDate: "Bearbeitungsdatum"
|
|
71
|
+
Search: "Website-Suche"
|
|
72
|
+
Home: "Startseite" # Startseite
|
|
73
|
+
About: "Über" # Über die Website/den Blog
|
|
74
|
+
Subscribe: "Abonnieren"
|
|
75
|
+
Résumé: "Lebenslauf"
|
|
76
|
+
Projects: "Projekte"
|
|
77
|
+
Site_Map: "Seitenverzeichnis" # "Sitemap"
|
|
78
|
+
Privacy_Policy: "Datenschutzrichtlinie" # "Datenschutzerklärung"
|
|
79
|
+
Cookie_Policy: "Cookie-Richtlinie"
|
|
80
|
+
Terms_of_Service: "Nutzungsbedingungen"
|
|
81
|
+
pt: # Portuguese (Português)
|
|
82
|
+
Aboutme: "Sobre Mim" # Sobre o Autor
|
|
83
|
+
Archives: "Arquivos" # Arquivo do Blog
|
|
84
|
+
Blogroll: "Lista de Blogs"
|
|
85
|
+
Categories: "Categorias"
|
|
86
|
+
Tags: "Tags"
|
|
87
|
+
Previous: "Anterior" # Postagem Anterior
|
|
88
|
+
Next: "Próxima" # Próxima Postagem
|
|
89
|
+
PostDate: "Data da Publicação"
|
|
90
|
+
EditDate: "Data de Edição"
|
|
91
|
+
Search: "Pesquisa no Site"
|
|
92
|
+
Home: "Página Inicial" # Página Inicial
|
|
93
|
+
About: "Sobre" # Sobre o site/blog
|
|
94
|
+
Subscribe: "Inscrever-se"
|
|
95
|
+
Résumé: "Currículo"
|
|
96
|
+
Projects: "Projetos"
|
|
97
|
+
Site_Map: "Mapa do Site"
|
|
98
|
+
Privacy_Policy: "Política de Privacidade"
|
|
99
|
+
Cookie_Policy: "Política de Cookies"
|
|
100
|
+
Terms_of_Service: "Termos de Serviço"
|
|
101
|
+
it: # Italian (Italiano)
|
|
102
|
+
Aboutme: "Chi Sono" # Chi è l'Autore
|
|
103
|
+
Archives: "Archivi" # Archivio del Blog
|
|
104
|
+
Blogroll: "Elenco dei Blog"
|
|
105
|
+
Categories: "Categorie"
|
|
106
|
+
Tags: "Tag"
|
|
107
|
+
Previous: "Precedente" # Articolo Precedente
|
|
108
|
+
Next: "Successivo" # Prossimo Articolo
|
|
109
|
+
PostDate: "Data di Pubblicazione"
|
|
110
|
+
EditDate: "Data di Modifica"
|
|
111
|
+
Search: "Ricerca nel Sito"
|
|
112
|
+
Home: "Home" # Pagina Principale
|
|
113
|
+
About: "Informazioni" # Informazioni sul sito/blog
|
|
114
|
+
Subscribe: "Iscriviti"
|
|
115
|
+
Résumé: "CV"
|
|
116
|
+
Projects: "Progetti"
|
|
117
|
+
Site_Map: "Mappa del Sito"
|
|
118
|
+
Privacy_Policy: "Informativa sulla Privacy"
|
|
119
|
+
Cookie_Policy: "Informativa sui Cookie"
|
|
120
|
+
Terms_of_Service: "Termini di Servizio"
|
|
121
|
+
nl: # Dutch (Nederlands)
|
|
122
|
+
Aboutme: "Over Mij" # Over de Auteur
|
|
123
|
+
Archives: "Archief" # Blogarchief
|
|
124
|
+
Blogroll: "Bloglijst"
|
|
125
|
+
Categories: "Categorieën"
|
|
126
|
+
Tags: "Tags"
|
|
127
|
+
Previous: "Ouder" # Vorige Bericht
|
|
128
|
+
Next: "Nieuwer" # Volgende Bericht
|
|
129
|
+
PostDate: "Publicatiedatum"
|
|
130
|
+
EditDate: "Bewerkingsdatum"
|
|
131
|
+
Search: "Site Zoeken"
|
|
132
|
+
Home: "Home" # Startpagina
|
|
133
|
+
About: "Over" # Over de Website/het Blog
|
|
134
|
+
Subscribe: "Abonneren"
|
|
135
|
+
Résumé: "CV"
|
|
136
|
+
Projects: "Projecten"
|
|
137
|
+
Site_Map: "Sitemap"
|
|
138
|
+
Privacy_Policy: "Privacybeleid"
|
|
139
|
+
Cookie_Policy: "Cookiebeleid"
|
|
140
|
+
Terms_of_Service: "Gebruiksvoorwaarden"
|
|
141
|
+
cn: # Chinese (Simplified) - 中文 (Zhōngwén)
|
|
142
|
+
Aboutme: "关于我"
|
|
143
|
+
Archives: "存档"
|
|
144
|
+
Blogroll: "博客链接"
|
|
145
|
+
Categories: "分类"
|
|
146
|
+
Tags: "标签"
|
|
147
|
+
Previous: "前一页"
|
|
148
|
+
Next: "后一页"
|
|
149
|
+
PostDate: "发表时间"
|
|
150
|
+
EditDate: "编辑日期" # Biānjí Rìqī
|
|
151
|
+
Search: "站内搜索"
|
|
152
|
+
Home: "首页"
|
|
153
|
+
About: "关于"
|
|
154
|
+
Subscribe: "订阅"
|
|
155
|
+
Résumé: "简历"
|
|
156
|
+
Projects: "项目"
|
|
157
|
+
Site_Map: "网站地图" # Wǎngzhàn Dìtú
|
|
158
|
+
Privacy_Policy: "隐私政策" # Yǐnsī Zhèngcè
|
|
159
|
+
Cookie_Policy: "Cookie政策" # Cookie Zhèngcè
|
|
160
|
+
Terms_of_Service: "服务条款" # Fúwù Tiáokuǎn
|
|
161
|
+
jp: # Japanese - 日本語 (Nihongo)
|
|
162
|
+
Aboutme: "自己紹介"
|
|
163
|
+
Archives: "アーカイブ"
|
|
164
|
+
Blogroll: "ブログロール"
|
|
165
|
+
Categories: "カテゴリー"
|
|
166
|
+
Tags: "タグ"
|
|
167
|
+
Previous: "前の記事"
|
|
168
|
+
Next: "次の記事"
|
|
169
|
+
PostDate: "投稿日時"
|
|
170
|
+
EditDate: "編集日" # Henshū-bi
|
|
171
|
+
Search: "サイト内検索"
|
|
172
|
+
Home: "ホーム"
|
|
173
|
+
About: "このブログについて"
|
|
174
|
+
Subscribe: "購読"
|
|
175
|
+
Résumé: "履歴書"
|
|
176
|
+
Projects: "プロジェクト"
|
|
177
|
+
Site_Map: "サイトマップ" # Saito Mappu
|
|
178
|
+
Privacy_Policy: "プライバシーポリシー" # Puraibashī Porishī
|
|
179
|
+
Cookie_Policy: "クッキーポリシー" # Kukkī Porishī
|
|
180
|
+
Terms_of_Service: "利用規約" # Riyō Kiyaku
|
|
181
|
+
pl: # Polish - Polski
|
|
182
|
+
Aboutme: "O mnie"
|
|
183
|
+
Archives: "Archiwum"
|
|
184
|
+
Blogroll: "Blogroll"
|
|
185
|
+
Categories: "Kategorie"
|
|
186
|
+
Tags: "Tagi"
|
|
187
|
+
Previous: "Starsze"
|
|
188
|
+
Next: "Nowsze"
|
|
189
|
+
PostDate: "Data publikacji"
|
|
190
|
+
EditDate: "Data Edycji"
|
|
191
|
+
Search: "Wyszukiwanie na stronie"
|
|
192
|
+
Home: "Strona główna"
|
|
193
|
+
About: "O witrynie"
|
|
194
|
+
Subscribe: "Subskrybuj"
|
|
195
|
+
Résumé: "Życiorys"
|
|
196
|
+
Projects: "Projekty"
|
|
197
|
+
Site_Map: "Mapa Strony"
|
|
198
|
+
Privacy_Policy: "Polityka Prywatności"
|
|
199
|
+
Cookie_Policy: "Polityka Cookies" # "Polityka Plików Cookies"
|
|
200
|
+
Terms_of_Service: "Regulamin"
|
|
201
|
+
kr: # Korean - 한국어 (Hangugeo)
|
|
202
|
+
Aboutme: "저자 소개"
|
|
203
|
+
Archives: "아카이브"
|
|
204
|
+
Blogroll: "블로그 롤"
|
|
205
|
+
Categories: "카테고리"
|
|
206
|
+
Tags: "태그"
|
|
207
|
+
Previous: "이전 게시물"
|
|
208
|
+
Next: "다음 게시물"
|
|
209
|
+
PostDate: "게시 날짜"
|
|
210
|
+
EditDate: "편집 일자" # Pyeonjib Ilja
|
|
211
|
+
Search: "사이트 내 검색"
|
|
212
|
+
Home: "홈"
|
|
213
|
+
About: "정보"
|
|
214
|
+
Subscribe: "구독하기"
|
|
215
|
+
Résumé: "이력서"
|
|
216
|
+
Projects: "프로젝트"
|
|
217
|
+
Site_Map: "사이트 맵" # Saiteu Maep
|
|
218
|
+
Privacy_Policy: "개인정보 처리방침" # Gaeinjeongbo Cheoribangchim
|
|
219
|
+
Cookie_Policy: "쿠키 정책" # Kuki Jeongchaeg
|
|
220
|
+
Terms_of_Service: "이용 약관" # Iyong Yaggwan
|
|
221
|
+
ru: # Russian - Русский (Russkiy)
|
|
222
|
+
Aboutme: "Обо мне"
|
|
223
|
+
Archives: "Архив"
|
|
224
|
+
Blogroll: "Список блогов"
|
|
225
|
+
Categories: "Категории"
|
|
226
|
+
Tags: "Теги"
|
|
227
|
+
Previous: "Предыдущий пост"
|
|
228
|
+
Next: "Следующий пост"
|
|
229
|
+
PostDate: "Дата публикации"
|
|
230
|
+
EditDate: "Дата Редактирования" # Data Redaktirovaniya
|
|
231
|
+
Search: "Поиск по сайту"
|
|
232
|
+
Home: "Главная"
|
|
233
|
+
About: "О блоге"
|
|
234
|
+
Subscribe: "Подписаться"
|
|
235
|
+
Résumé: "Резюме"
|
|
236
|
+
Projects: "Проекты"
|
|
237
|
+
Site_Map: "Карта сайта" # Karta saita
|
|
238
|
+
Privacy_Policy: "Политика конфиденциальности" # Politika konfidentsial'nosti
|
|
239
|
+
Cookie_Policy: "Политика использования файлов cookie" # Politika ispol'zovaniya faylov cookie
|
|
240
|
+
Terms_of_Service: "Условия использования" # Usloviya ispol'zovaniya
|
|
241
|
+
tr: # Turkish - Türkçe
|
|
242
|
+
Aboutme: "Hakkımda"
|
|
243
|
+
Archives: "Arşiv"
|
|
244
|
+
Blogroll: "Blog Listesi"
|
|
245
|
+
Categories: "Kategoriler"
|
|
246
|
+
Tags: "Etiketler"
|
|
247
|
+
Previous: "Daha Eski"
|
|
248
|
+
Next: "Daha Yeni"
|
|
249
|
+
PostDate: "Yayınlanma Tarihi"
|
|
250
|
+
EditDate: "Düzenleme Tarihi"
|
|
251
|
+
Search: "Sitede Ara"
|
|
252
|
+
Home: "Ana Sayfa"
|
|
253
|
+
About: "Hakkında"
|
|
254
|
+
Subscribe: "Abone Ol"
|
|
255
|
+
Résumé: "Özgeçmiş"
|
|
256
|
+
Projects: "Projeler"
|
|
257
|
+
Site_Map: "Site Haritası"
|
|
258
|
+
Privacy_Policy: "Gizlilik Politikası"
|
|
259
|
+
Cookie_Policy: "Çerez Politikası"
|
|
260
|
+
Terms_of_Service: "Kullanım Koşulları"
|
|
261
|
+
id: # Indonesian - Bahasa Indonesia
|
|
262
|
+
Aboutme: "Tentang Saya"
|
|
263
|
+
Archives: "Arsip"
|
|
264
|
+
Blogroll: "Daftar Blog"
|
|
265
|
+
Categories: "Kategori"
|
|
266
|
+
Tags: "Tag"
|
|
267
|
+
Previous: "Lebih Lama"
|
|
268
|
+
Next: "Lebih Baru"
|
|
269
|
+
PostDate: "Tanggal Diposting"
|
|
270
|
+
EditDate: "Tanggal Diedit"
|
|
271
|
+
Search: "Pencarian Situs"
|
|
272
|
+
Home: "Beranda"
|
|
273
|
+
About: "Tentang"
|
|
274
|
+
Subscribe: "Langganan"
|
|
275
|
+
Résumé: "Riwayat Hidup"
|
|
276
|
+
Projects: "Proyek"
|
|
277
|
+
Site_Map: "Peta Situs"
|
|
278
|
+
Privacy_Policy: "Kebijakan Privasi"
|
|
279
|
+
Cookie_Policy: "Kebijakan Cookie"
|
|
280
|
+
Terms_of_Service: "Syarat dan Ketentuan"
|
data/_data/page-list.yml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
pages:
|
|
2
|
+
- title: Home
|
|
3
|
+
url:
|
|
4
|
+
new-tab: false
|
|
5
|
+
- title: About
|
|
6
|
+
url: /about
|
|
7
|
+
new-tab: false
|
|
8
|
+
- title: Archives
|
|
9
|
+
url: /archives
|
|
10
|
+
new-tab: false
|
|
11
|
+
- title: Categories
|
|
12
|
+
url: /categories
|
|
13
|
+
new-tab: false
|
|
14
|
+
- title: Tags
|
|
15
|
+
url: /tags
|
|
16
|
+
new-tab: false
|
|
17
|
+
- title: Search
|
|
18
|
+
url: /search
|
|
19
|
+
new-tab: false
|
|
20
|
+
- title: Subscribe
|
|
21
|
+
url: /subscribe
|
|
22
|
+
new-tab: false
|
|
23
|
+
- title: Projects
|
|
24
|
+
url: /projects
|
|
25
|
+
new-tab: false
|
|
26
|
+
- title: Résumé
|
|
27
|
+
url: /assets/JustinSunday_Resume_2023-09-14.pdf
|
|
28
|
+
new-tab: true
|
data/_data/projects.yml
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
- name: DevSculptor Jekyll Theme
|
|
2
|
+
display: true # Whether to display this project on the projects page.
|
|
3
|
+
start-month: 9
|
|
4
|
+
start-year: 2023 # Optional
|
|
5
|
+
ongoing: true
|
|
6
|
+
tags: [Jekyll, Theme]
|
|
7
|
+
skills: [HTML, Liquid, Sass, JavaScript]
|
|
8
|
+
website: "https://jlsunday.com/DevSculptor"
|
|
9
|
+
description: "A full-featured, GitHub Pages compatible, Jekyll blog theme tailored to software devs that contains project and resume pages. Contains localization support for multiple languages."
|
|
10
|
+
images:
|
|
11
|
+
- title: "Home Page Example"
|
|
12
|
+
path: "/assets/images/projects/desvsculptor/home-page-example.png"
|
|
13
|
+
caption: "Home page example with the DevSculptor theme."
|
|
14
|
+
link: ""
|
|
15
|
+
- title: "Home Page Example on Mobile"
|
|
16
|
+
path: "/assets/images/projects/desvsculptor/20230926-localhost-iphone14promax-homepage-fotor-bg-remover-20231002163813.png"
|
|
17
|
+
caption: "Home page example on mobile."
|
|
18
|
+
link: ""
|
|
19
|
+
- name: Dummy Project
|
|
20
|
+
display: true
|
|
21
|
+
start-month: 1
|
|
22
|
+
start-year: 2017 # Optional
|
|
23
|
+
end-month: 5
|
|
24
|
+
end-year: 2017
|
|
25
|
+
ongoing: true
|
|
26
|
+
tags: [Jekyll, Theme, Tag1, Tag2, Tag3, Tag4, Tag5, Tag6, Tag7, Tag8, Tag9, Tag10]
|
|
27
|
+
skills: [HTML, Liquid, Sass, JavaScript]
|
|
28
|
+
client:
|
|
29
|
+
name: Example Client
|
|
30
|
+
website: "https://jlsunday.com"
|
|
31
|
+
website: ""
|
|
32
|
+
description: "Lorem ipsum dolor sit amet sed nulla. In lorem sea delenit erat eu nonummy hendrerit et amet laoreet diam lorem sed duis elitr accumsan sadipscing ea. Sit esse ad lorem sit et labore erat dolores at hendrerit. Diam luptatum stet sit. Elitr sed ut. Dolor sed lorem autem hendrerit iusto diam lorem duo eirmod sed dolore. Consequat lorem takimata. Voluptua nonumy autem labore vero amet vero amet invidunt et ea eirmod takimata feugiat kasd duo accusam. Dolore et vero sit facilisi duis tempor commodo diam commodo sea gubergren ea. Tempor aliquyam et nonumy dolore sadipscing sed diam sit stet ut sit elitr amet diam diam te duo. Tempor voluptua vulputate rebum. Wisi et takimata takimata adipiscing voluptua."
|
|
33
|
+
images:
|
|
34
|
+
- title: ""
|
|
35
|
+
path: "/assets/images/projects/dummy_project/ilya-pavlov-OqtafYT5kTw-unsplash.jpg"
|
|
36
|
+
caption: Photo by <a href="https://unsplash.com/@ilyapavlov?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Ilya Pavlov</a> on <a href="https://unsplash.com/photos/OqtafYT5kTw?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
|
|
37
|
+
- name: "Example Project 2"
|
|
38
|
+
display: false
|
|
39
|
+
start-month:
|
|
40
|
+
start-year:
|
|
41
|
+
end-month:
|
|
42
|
+
end-year:
|
|
43
|
+
ongoing: true
|
|
44
|
+
tags: []
|
|
45
|
+
skills: []
|
|
46
|
+
client:
|
|
47
|
+
name: ""
|
|
48
|
+
website: ""
|
|
49
|
+
website: ""
|
|
50
|
+
description: ""
|
data/_data/social.yml
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
- name: X, Formerly Twitter
|
|
2
|
+
show_in_contact_me: true
|
|
3
|
+
username: JustinSunday13
|
|
4
|
+
card: summary
|
|
5
|
+
creator: JustinSunday13
|
|
6
|
+
url: https://twitter.com/JustinSunday13
|
|
7
|
+
icon: bi bi-twitter-x
|
|
8
|
+
- name: facebook
|
|
9
|
+
show_in_contact_me: true
|
|
10
|
+
username: JLSundayDev
|
|
11
|
+
app_id: 647682663047582 # Delete and replace with your own, or just leave it blank.
|
|
12
|
+
publisher: JLSundayDev
|
|
13
|
+
url: https://www.facebook.com/JLSundayDev
|
|
14
|
+
icon: bi bi-facebook
|
|
15
|
+
# admins: 1234
|
|
16
|
+
- name: github
|
|
17
|
+
show_in_contact_me: true
|
|
18
|
+
username: sundayj
|
|
19
|
+
url: https://github.com/sundayj
|
|
20
|
+
icon: bi bi-github
|
|
21
|
+
- name: linkedin
|
|
22
|
+
show_in_contact_me: true
|
|
23
|
+
username: justin-sunday
|
|
24
|
+
url: https://www.linkedin.com/in/justin-sunday
|
|
25
|
+
icon: bi bi-linkedin
|
|
26
|
+
- name: stackoverflow
|
|
27
|
+
show_in_contact_me: true
|
|
28
|
+
username: Justin Sunday
|
|
29
|
+
userid: 8513024
|
|
30
|
+
url: https://stackoverflow.com/users/8513024/justin-sunday
|
|
31
|
+
icon: bi bi-stack-overflow
|
|
32
|
+
- name: discus
|
|
33
|
+
show_in_contact_me: false
|
|
34
|
+
shortname: # Leave blank if not using Discus
|
|
35
|
+
- name: discord
|
|
36
|
+
show_in_contact_me: false
|
|
37
|
+
username:
|
|
38
|
+
url:
|
|
39
|
+
icon: bi bi-discord
|
|
40
|
+
- name: dribbble
|
|
41
|
+
show_in_contact_me: false
|
|
42
|
+
username:
|
|
43
|
+
url:
|
|
44
|
+
icon: bi bi-dribbble
|
|
45
|
+
- name: gitlab
|
|
46
|
+
show_in_contact_me: false
|
|
47
|
+
username:
|
|
48
|
+
url:
|
|
49
|
+
icon: bi bi-gitlab
|
|
50
|
+
- name: google
|
|
51
|
+
show_in_contact_me: false
|
|
52
|
+
username:
|
|
53
|
+
url:
|
|
54
|
+
icon: bi bi-google
|
|
55
|
+
- name: instagram
|
|
56
|
+
show_in_contact_me: false
|
|
57
|
+
username:
|
|
58
|
+
url:
|
|
59
|
+
icon: bi bi-instagram
|
|
60
|
+
- name: line
|
|
61
|
+
show_in_contact_me: false
|
|
62
|
+
username:
|
|
63
|
+
url:
|
|
64
|
+
icon: bi bi-line
|
|
65
|
+
- name: mastodon
|
|
66
|
+
show_in_contact_me: false
|
|
67
|
+
username:
|
|
68
|
+
url:
|
|
69
|
+
icon: bi bi-mastodon
|
|
70
|
+
- name: medium
|
|
71
|
+
show_in_contact_me: false
|
|
72
|
+
username:
|
|
73
|
+
url:
|
|
74
|
+
icon: bi bi-medium
|
|
75
|
+
- name: facebook messenger
|
|
76
|
+
show_in_contact_me: false
|
|
77
|
+
username:
|
|
78
|
+
url:
|
|
79
|
+
icon: bi bi-messenger
|
|
80
|
+
- name: microsoft teams
|
|
81
|
+
show_in_contact_me: false
|
|
82
|
+
username:
|
|
83
|
+
url:
|
|
84
|
+
icon: bi bi-microsoft-teams
|
|
85
|
+
- name: opencollective
|
|
86
|
+
show_in_contact_me: false
|
|
87
|
+
username:
|
|
88
|
+
url:
|
|
89
|
+
icon: bi bi-opencollective
|
|
90
|
+
- name: reddit
|
|
91
|
+
show_in_contact_me: false
|
|
92
|
+
username:
|
|
93
|
+
url:
|
|
94
|
+
icon: bi bi-reddit
|
|
95
|
+
- name: signal
|
|
96
|
+
show_in_contact_me: false
|
|
97
|
+
username:
|
|
98
|
+
url:
|
|
99
|
+
icon: bi bi-signal
|
|
100
|
+
- name: skype
|
|
101
|
+
show_in_contact_me: false
|
|
102
|
+
username:
|
|
103
|
+
url:
|
|
104
|
+
icon: bi bi-skype
|
|
105
|
+
- name: slack
|
|
106
|
+
show_in_contact_me: false
|
|
107
|
+
username:
|
|
108
|
+
url:
|
|
109
|
+
icon: bi bi-slack
|
|
110
|
+
- name: snapchat
|
|
111
|
+
show_in_contact_me: false
|
|
112
|
+
username:
|
|
113
|
+
url:
|
|
114
|
+
icon: bi bi-snapchat
|
|
115
|
+
- name: sourceforge
|
|
116
|
+
show_in_contact_me: false
|
|
117
|
+
username:
|
|
118
|
+
url:
|
|
119
|
+
icon: bi bi-sourceforge
|
|
120
|
+
- name: telegram
|
|
121
|
+
show_in_contact_me: false
|
|
122
|
+
username:
|
|
123
|
+
url:
|
|
124
|
+
icon: bi bi-telegram
|
|
125
|
+
- name: threads
|
|
126
|
+
show_in_contact_me: false
|
|
127
|
+
username:
|
|
128
|
+
url:
|
|
129
|
+
icon: bi bi-threads
|
|
130
|
+
- name: tiktok
|
|
131
|
+
show_in_contact_me: false
|
|
132
|
+
username:
|
|
133
|
+
url:
|
|
134
|
+
icon: bi bi-tiktok
|
|
135
|
+
- name: twitch
|
|
136
|
+
show_in_contact_me: false
|
|
137
|
+
username:
|
|
138
|
+
url:
|
|
139
|
+
icon: bi bi-twitch
|
|
140
|
+
- name: wechat
|
|
141
|
+
show_in_contact_me: false
|
|
142
|
+
username:
|
|
143
|
+
url:
|
|
144
|
+
icon: bi bi-wechat
|
|
145
|
+
- name: whatsapp
|
|
146
|
+
show_in_contact_me: false
|
|
147
|
+
username:
|
|
148
|
+
url:
|
|
149
|
+
icon: bi bi-whatsapp
|