first commit
This commit is contained in:
55
config/_default/hugo.yaml
Normal file
55
config/_default/hugo.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
# Configuration of Hugo
|
||||
# Guide: https://docs.hugoblox.com/tutorial/
|
||||
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
# Website name
|
||||
title: Adrian Abeyta
|
||||
# Website URL
|
||||
baseURL: 'https://adrianabeyta.com/'
|
||||
|
||||
############################
|
||||
## LANGUAGE
|
||||
############################
|
||||
|
||||
defaultContentLanguage: en
|
||||
hasCJKLanguage: false
|
||||
defaultContentLanguageInSubdir: false
|
||||
removePathAccents: true
|
||||
|
||||
############################
|
||||
## ADVANCED
|
||||
############################
|
||||
|
||||
build:
|
||||
writeStats: true
|
||||
enableGitInfo: false
|
||||
summaryLength: 30
|
||||
paginate: 10
|
||||
enableEmoji: true
|
||||
enableRobotsTXT: true
|
||||
footnotereturnlinkcontents: <sup>^</sup>
|
||||
ignoreFiles: [\.ipynb$, .ipynb_checkpoints$, \.Rmd$, \.Rmarkdown$, _cache$]
|
||||
permalinks:
|
||||
authors: '/author/:slug/'
|
||||
disableAliases: true
|
||||
outputs:
|
||||
home: [HTML, RSS, headers, redirects, backlinks]
|
||||
section: [HTML, RSS]
|
||||
imaging:
|
||||
resampleFilter: lanczos
|
||||
quality: 80
|
||||
anchor: smart
|
||||
timeout: 600000
|
||||
taxonomies:
|
||||
author: authors
|
||||
tag: tags
|
||||
publication_type: publication_types
|
||||
markup:
|
||||
_merge: deep
|
||||
highlight:
|
||||
lineNos: false
|
||||
security:
|
||||
_merge: deep
|
||||
sitemap:
|
||||
_merge: deep
|
||||
22
config/_default/languages.yaml
Normal file
22
config/_default/languages.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Languages
|
||||
# Create a section for each of your site's languages.
|
||||
# Documentation: https://docs.hugoblox.com/reference/language/
|
||||
|
||||
# Default language
|
||||
en:
|
||||
languageCode: en-us
|
||||
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
|
||||
#contentDir: content/en
|
||||
|
||||
# Uncomment the lines below to configure your website in a second language.
|
||||
#zh:
|
||||
# languageCode: zh-Hans
|
||||
# contentDir: content/zh
|
||||
# title: Chinese website title...
|
||||
# params:
|
||||
# description: Site description in Chinese...
|
||||
# menu:
|
||||
# main:
|
||||
# - name: 传
|
||||
# url: '#about'
|
||||
# weight: 1
|
||||
18
config/_default/menus.yaml
Normal file
18
config/_default/menus.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# Navigation Links
|
||||
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
|
||||
# desired widget in your `content/home/` folder.
|
||||
# The weight parameter defines the order that the links will appear in.
|
||||
|
||||
main:
|
||||
- name: Bio
|
||||
url: /
|
||||
weight: 1
|
||||
- name: Projects
|
||||
url: /projects/
|
||||
weight: 2
|
||||
- name: Experience
|
||||
url: /experience/
|
||||
weight: 3
|
||||
- name: Contact
|
||||
url: /contact/
|
||||
weight: 4
|
||||
25
config/_default/module.yaml
Normal file
25
config/_default/module.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
############################
|
||||
## HUGO MODULES
|
||||
## Install or uninstall themes and plugins here.
|
||||
## Docs: https://gohugo.io/hugo-modules/
|
||||
############################
|
||||
|
||||
imports:
|
||||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
|
||||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind
|
||||
|
||||
# Install any Hugo Blox within the `hugo-blox/blox/` folder
|
||||
mounts:
|
||||
- source: hugo-blox/blox/community
|
||||
target: layouts/partials/blox/community/
|
||||
includeFiles: '**.html'
|
||||
- source: hugo-blox/blox/all-access
|
||||
target: layouts/partials/blox/
|
||||
includeFiles: '**.html'
|
||||
- source: hugo-blox/blox
|
||||
target: assets/dist/community/blox/
|
||||
includeFiles: '**.css'
|
||||
- source: layouts
|
||||
target: layouts
|
||||
- source: assets
|
||||
target: assets
|
||||
62
config/_default/params.yaml
Normal file
62
config/_default/params.yaml
Normal file
@@ -0,0 +1,62 @@
|
||||
# SITE SETUP
|
||||
# Guide: https://docs.hugoblox.com/tutorial/
|
||||
# Documentation: https://docs.hugoblox.com/
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
# Appearance
|
||||
appearance:
|
||||
mode: system
|
||||
color: emerald
|
||||
|
||||
# SEO
|
||||
marketing:
|
||||
seo:
|
||||
site_type: Person
|
||||
local_business_type: ''
|
||||
org_name: ''
|
||||
description: 'Professional homepage of Adrian Abeyta, a Computer Science graduate in Albuquerque, New Mexico. Includes a resume, project, experience, and contact information.'
|
||||
twitter: ''
|
||||
analytics:
|
||||
google_analytics: ''
|
||||
baidu_tongji: ''
|
||||
plausible: ''
|
||||
fathom: ''
|
||||
pirsch: ''
|
||||
verification:
|
||||
google: ''
|
||||
baidu: ''
|
||||
|
||||
# Site header
|
||||
header:
|
||||
navbar:
|
||||
enable: true
|
||||
blox: "navbar"
|
||||
align: "left"
|
||||
fixed_to_top: true
|
||||
show_search: false
|
||||
show_theme_chooser: true
|
||||
logo:
|
||||
text: "Adrian Abeyta"
|
||||
highlight_active_link: true
|
||||
|
||||
# Site footer
|
||||
footer:
|
||||
copyright:
|
||||
notice: '© {year} Adrian Abeyta. This work is licensed under {license}'
|
||||
license:
|
||||
enable: true
|
||||
allow_derivatives: false
|
||||
share_alike: true
|
||||
allow_commercial: false
|
||||
|
||||
# Localization
|
||||
locale:
|
||||
date_format: '2006.01.02'
|
||||
time_format: '3:04 PM'
|
||||
|
||||
# Site features
|
||||
features:
|
||||
math:
|
||||
enable: false
|
||||
privacy_pack:
|
||||
enable: false
|
||||
Reference in New Issue
Block a user