From 4a08fd80aa043be73ded6914b1027b2252cfc6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julie=C3=B1?= Date: Mon, 7 Apr 2025 00:47:47 +0200 Subject: [PATCH] update --- deploy | 8 ++ hokus.toml | 113 ++++++++++++++++++ ...6ce9ef9502f0ce50afe410f966e40f27d93b1a.css | 1 + 3 files changed, 122 insertions(+) create mode 100755 deploy create mode 100644 hokus.toml create mode 100644 public/style.main.min.1844fe6a5d35cb1450a65d1c286ce9ef9502f0ce50afe410f966e40f27d93b1a.css diff --git a/deploy b/deploy new file mode 100755 index 0000000..cdb03b8 --- /dev/null +++ b/deploy @@ -0,0 +1,8 @@ +#!/bin/sh +USER=pleb +HOST=bob +DIR=/var/www/resumes/julien/ # the directory where your website files should go + +hugo && rsync -avz --rsync-path='sudo rsync' --progress -e ssh --delete public/ ${USER}@${HOST}:${DIR} # this will delete everything on the server that's not in the local public folder + +exit 0 diff --git a/hokus.toml b/hokus.toml new file mode 100644 index 0000000..da14e2e --- /dev/null +++ b/hokus.toml @@ -0,0 +1,113 @@ +hugover = "0.69.0" + +[[serve]] +key = "default" +config = "config.toml" + +[[build]] +key = "default" +config = "config.toml" + +[[collections]] +key = "posts" +title = "Posts" +folder = "content/posts/" +extension = "md" +dataformat = "toml" +itemtitle = "Post" + + [[collections.fields]] + key = "info" + type = "info" + size = "small" + content = "# Info\nYou can write custom instructions here." + theme = "gray" + + [[collections.fields]] + key = "title" + title = "Title" + type = "string" + + [[collections.fields]] + key = "mainContent" + title = "Content" + type = "markdown" + + [[collections.fields]] + key = "pubdate" + title = "Pub Date" + type = "date" + default = "now" + + [[collections.fields]] + key = "draft" + title = "Draft" + type = "boolean" + + [[collections.fields]] + key = "bundle-manager" + title = "Images" + type = "bundle-manager" + path = "imgs" + extensions = [ + "png", + "jpg", + "gif" + ] + + [[collections.fields.fields]] + key = "title" + title = "Title" + type = "string" + + [[collections.fields.fields]] + key = "description" + title = "Description" + type = "string" + multiLine = true + + [[collections.fields.fields]] + key = "bundle-image-thumbnail" + type = "bundle-image-thumbnail" + +[[singles]] +key = "mainConfig" +title = "Main Config" +file = "config.toml" +dataformat = "toml" + + [[singles.fields]] + key = "title" + title = "Site Title" + type = "string" + tip = "Your page title." + + [[singles.fields]] + key = "baseURL" + title = "Base URL" + type = "string" + tip = "Your site URL." + + [[singles.fields]] + key = "theme" + title = "Theme" + type = "readonly" + tip = "The current theme." + + [[singles.fields]] + key = "languageCode" + title = "Language Code" + type = "readonly" + + [[singles.fields]] + key = "googleAnalytics" + title = "Google Analytics" + type = "string" + tip = "Provide a Google Analitics Tracking Code to enable analytics." + + [[singles.fields]] + key = "enableRobotsTXT" + title = "Enable Robots" + type = "boolean" + default = true + tip = "If you want your page to be indexed, keep this enabled." \ No newline at end of file diff --git a/public/style.main.min.1844fe6a5d35cb1450a65d1c286ce9ef9502f0ce50afe410f966e40f27d93b1a.css b/public/style.main.min.1844fe6a5d35cb1450a65d1c286ce9ef9502f0ce50afe410f966e40f27d93b1a.css new file mode 100644 index 0000000..4b4a5f6 --- /dev/null +++ b/public/style.main.min.1844fe6a5d35cb1450a65d1c286ce9ef9502f0ce50afe410f966e40f27d93b1a.css @@ -0,0 +1 @@ +@charset "UTF-8";.content{position:absolute;overflow:hidden}.content__left{float:left;width:56rem;height:100%;padding:3rem 4rem}@media screen{.content__left::after{content:'© 2024, Julieñ MARIE';height:4rem;width:100%;position:absolute;bottom:.25rem;color:#e6e6e6}}.content__right{position:absolute;float:right;width:24rem;background-color:#f5f5f5;color:#666;height:100%;padding:2rem 3rem;right:1rem;-webkit-box-shadow:.5rem 1rem 1.5rem rgba(102,102,102,.15);-moz-box-shadow:.5rem 1rem 1.5rem rgba(102,102,102,.15);box-shadow:.5rem 1rem 1.5rem rgba(102,102,102,.15)}.content__swapped__left{float:right}.content__swapped__right{float:left;left:1rem}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;background-color:#ddd}@media print{html{background-color:#fff}}.content{width:80rem;min-height:113.16129036rem;background-color:#fff}@media screen and (min-width:60rem){.content{margin:6rem 0;-webkit-box-shadow:1rem 2rem 3rem rgba(102,102,102,.3);-moz-box-shadow:1rem 2rem 3rem rgba(102,102,102,.3);box-shadow:1rem 2rem 3rem rgba(102,102,102,.3);position:absolute;left:50%;transform:translateX(-50%)}}@media print{.content{margin:0;height:113.16129036rem}}body{box-sizing:border-box;margin:0}@media print{@page{margin:0;size:A4}}::selection{color:#fff;background-color:rgba(117,161,216,.6)}body{font-family:roboto,sans-serif;font-weight:300;line-height:1.7;font-size:1.12rem;color:#666}.mainHeading{text-transform:uppercase;font-size:5rem;color:#aaa}.mainHeading span{color:#9dbce3}.section__title{font-size:2.1rem;color:#666}h1,h2{text-transform:uppercase;font-family:oswald,sans-serif}.section{display:block;margin-bottom:1rem}.section__heading{width:100%;overflow:hidden}.section__title{position:relative}.section__title::after{content:'';position:absolute;border-top:1px solid;border-bottom:1px solid;border-color:#aaa;width:50rem;height:4px;margin-left:1.5rem;margin-top:1.5rem;transition:all .5s ease-in-out}.section__title:hover::after{border-color:#9dbce3}.sideSection{display:block;margin-bottom:3rem}@media print{.sideSection{page-break-inside:avoid}}.sideSection__heading{width:100%;overflow:hidden;text-align:center;margin-bottom:1rem;color:#666}.sideSection__title{position:relative}.sideSection__title::after,.sideSection__title::before{content:'';position:absolute;border-top:1px solid #666;border-bottom:1px solid #666;width:10rem;height:4px;margin-top:1.1rem}.sideSection__title::after{margin-left:1rem}.sideSection__title::before{margin-left:-11rem}.sideSection li{list-style:none}.experience__extra_padding{padding-top:4rem!important}.experience__item{display:block;position:relative;margin-bottom:10px;margin-top:10px}@media print{.experience__item{page-break-inside:avoid}}.experience__item:not(:first-child){padding-top:1.5rem}.experience__item::before{content:"";height:90%;width:1.5px;position:absolute;background:linear-gradient(#ddd,rgba(255,255,255,0));margin-top:25px}.experience__header,.experience__subheader{display:flex;width:100%;height:2.4rem}.experience__job{position:relative;transition:transform .2s cubic-bezier(.63,.21,.76,1.58);margin-bottom:2rem}.experience__job:hover{transform:translateX(.5rem)}.experience__company,.experience__position{text-align:left;width:70%;float:left}.experience__company{color:#666}.experience__position{text-transform:uppercase;font-size:1.3rem;color:#666;margin-left:1rem}.experience__date,.experience__place{float:right;text-align:right;width:30%;color:#aaa}.experience__date{font-weight:400}.experience__place::before{font-family:material icons;color:#9dbce3;font-size:1.4rem;content:'place';display:inline-block;padding-right:3px;vertical-align:middle;font-weight:900}.experience__bullet{list-style:square inside;margin-left:1rem}.experience__badges{display:block;text-align:right;margin-top:.5rem;margin-bottom:.5rem}.experience__badge{font-size:.9rem;font-weight:400;display:inline-block;background-color:#9dbce3;color:#fff;border-radius:1rem;padding:.1rem .6rem}@media print{.education__item{page-break-inside:avoid}}.education__date,.education__place{color:#aaa}.education__date{font-weight:400}.education__place::before{font-family:material icons;color:#9dbce3;font-size:1.4rem;content:'place';display:inline-block;padding-right:3px;vertical-align:middle;font-weight:900}.references__item{display:inline-block;min-width:49%}@media print{.references__item{page-break-inside:avoid}}.references__item:not(:first-child){padding-top:1.5rem}.references__header,.references__subheader{display:block;width:100%}.references__subheader{margin-bottom:.5rem}.references__person{position:relative;transition:transform .2s cubic-bezier(.63,.21,.76,1.58)}.references__person:hover{transform:translateX(.5rem)}.references__name,.references__relation{text-align:left;width:100%;color:#666}.references__contact{position:relative;font-size:1rem}.references__contact>i{background-color:#9dbce3;color:#fff;font-size:1rem;text-align:center;border-radius:50%;padding-top:.5rem;width:2rem;height:2rem;margin-right:.5rem;margin-bottom:.5rem}.references__contact>span{position:absolute;top:50%;transform:translateY(-50%);min-height:1.5rem;line-height:1.2rem}.references li{list-style:none}.contact{line-height:2rem}.contact__item{position:relative;font-size:1rem}.contact__item>i{background-color:#9dbce3;color:#fff;font-size:1rem;text-align:center;border-radius:50%;padding-top:.5rem;width:2rem;height:2rem;margin-right:.5rem;margin-bottom:.5rem}.contact__item>span{position:absolute;top:50%;transform:translateY(-50%)}.contact__link{text-decoration:none;color:#666}.avatar{width:100%;height:18rem;position:relative;overflow:hidden}.avatar__container{position:absolute;left:50%;transform:translateX(-50%);width:100%;clip-path:circle(50% at 50% 56%);height:16rem;text-align:center;transition:all .3s cubic-bezier(.63,.21,.76,1.58)}.avatar__container:hover{width:110%}.avatar__img{object-fit:cover;width:110%;transition:all .3s cubic-bezier(.63,.21,.76,1.58);position:absolute;top:50%;left:50%;transform:translateX(-50%)translateY(-50%)}.avatar__img:hover{width:105%}.skills__group{margin-bottom:.8rem}.skills__group span{font-weight:700;display:inline-block}.skills__group span::after{content:":"}.skills__group span:hover~li{background-color:#9dbce3;color:#fff}.skills__group li{display:inline-block;font-size:105%;font-weight:400;transition:all .2s ease-in-out;padding:0 1px;border-radius:2px}.skills__group li:not(:last-child)::after{content:", "}.skills__group li:hover{background-color:#9dbce3;color:#fff}.language__item{display:table;width:100%}.language__name,.language__level{display:table-cell;width:50%}.language__level{text-align:right}.interests{display:block;-moz-column-count:2;column-count:2;width:100%;text-align:right}@media print{.interests{page-break-inside:avoid}}.interests__item:nth-child(n+4){text-align:left}.pageNotFound{padding-top:8rem;position:absolute;left:50%;transform:translateX(-50%)}.pageNotFound__text{padding-top:3rem} \ No newline at end of file