diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38744c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.jekyll-cache +_site \ No newline at end of file diff --git a/.nojekyll b/.nojekyll deleted file mode 100644 index e69de29..0000000 diff --git a/CNAME b/CNAME index d4889a4..d97cbd9 100644 --- a/CNAME +++ b/CNAME @@ -1,3 +1 @@ -ramos.codes -www.ramos.codes -bryan.ramos.codes +ramos.codes \ No newline at end of file diff --git a/_config.yml b/_config.yml index 68730c9..c705de8 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,11 @@ -include: [".well-known"] +title: Bryan Ramos +description: Software & Systems Engineer +url: "https://ramos.codes" + +include: + - ".well-known" + +permalink: /blog/:year/:month/:day/:title/ + +markdown: kramdown +highlighter: rouge \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..ff66906 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,4 @@ + diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..68e5587 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,40 @@ + + + + +
+ Software & Systems Engineer
+ + +No posts yet.
+ {% else %} + {% for post in site.posts %} +{{ post.description }}
+ {% endif %} +
-
- {{ post.description }}
+ {% endif %} +