## Meta tags
- id: "meta_title"
translation: "Adritian - a high performance hugo theme by Adrián Moreno"
- id: "meta_description"
translation: "This hugo theme (Adritian) is based on Bootstrap and has features that make it suitable for a personal site, a portfolio or other kind of Single Page Applications."
- id: "meta_keywords"
translation: "hugo, theme, bootstrap, adritian, adrian moreno, personal site, portfolio, single page application"
- id: "meta_author"
translation: "Adrián Moreno Peña"
- id: "meta_image"
translation: "/img/general/og-image.jpg"
## Header
- id: "logo_alt"
translation: "Adritian logo"
- id: "logo_text1"
translation: "Adritian"
- id: "logo_text2"
translation: "Demo"
## General
- id: "skipToMainContent"
translation: "Skip to main content"
- id: "toggle_navigation"
translation: "Toggle navigation"
## Footer
- id: "footer_notice"
translation: "© Adritian. Free Hugo theme by Adrián Moreno Peña."
- id: "language"
translation: "Language"
- id: "toggle_theme"
translation: "Toggle theme"
- id: "theme_light"
translation: "☀️ Light"
- id: "theme_dark"
translation: "🌑 Dark"
- id: "theme_auto"
translation: "✨ Auto"
## Homepage head title
- id: "head_title"
translation: "Demo site for Adritian - a high performance hugo theme by Adrián Moreno"
- id: "head_description"
translation: "This hugo theme (Adritian) is based on Bootstrap and has features that make it suitable for a personal site, a portfolio or other kind of Single Page Applications."
## Homepage showcase
- id: "showcase_title"
translation: "Welcome to the demo"
- id: "showcase_subtitle"
translation: "Let's dive into an example"
- id: "showcase_description"
translation: "This is a high performance theme for the Hugo static site generator.
This sample content can be edited in the locale files (as the theme supports translations).
You can download this theme from github,
and see it live as a demo site
or a real one.
The content you see so far in the homepage is:
- Site logo/name: site config file (
hugo.toml)
- Site top menu: site config file (
hugo.toml), look for the [[languages.en.menus.header]] section
- This paragraph:
i18n/en.yaml (for English)
Additionally, the order of the items in the homepage is configured in the sections array in the hugo.toml file:
sections = [
\"showcase\",
\"about\",
\"education\",
\"experience\",
\"client-and-work\",
\"testimonial\",
\"contact\",
\"newsletter\",
]
The content of each section is defined in the data/homepage.yml file (ie: links to social sites, mail, ...).
If you scroll this page you will see some hints on where the content comes from - all the way to the footer menu. These links come from the site config file (hugo.toml), look for the [[languages.en.menus.footer]] section."
- id: "showcase_button"
translation: "Contact"
## not visible but used for accessibility
- id: "showcase_image_alt"
translation: "A picture of Cool Name"
## Homepage about
- id: "about_title"
translation: "Who am I?"
- id: "about_content"
translation: '
Here you can add some information about you. A small excerpt that describes
your experience, for example.
You explain something about your academic/study background, as well as your
preferred areas of work.
The content for this section is defined in the i18n/en.yaml file,
in the about_content item.
'
- id: "about_button"
translation: "About Me"
## Homepage education
- id: "education_title"
translation: "Education"
## Homepage experience
- id: "experience_button"
translation: "LinkedIn"
- id: "experience_button_url"
translation: "https://www.linkedin.com/in/adrianmoreno/"
- id: "experience_button2"
translation: "Download resume"
- id: "experience_button2_url"
translation: "/img/general/user-smile-fill.svg"
- id: "experience_button3"
translation: "View all"
- id: "experience_button3_url"
translation: "/experience"
## Homepage client & work
- id: "client_work_title"
translation: "Clients & Work"
## Homepage newsletter
- id: "newsletter_title"
translation: "Newsletter"
- id: "newsletter_button"
translation: "Subscribe"
- id: "newsletter_placeholder"
translation: "Your email"
- id: "newsletter_success_message"
translation: "Thank you for subscribing to my newsletter!"
- id: "newsletter_error_message"
translation: "An error occurred. Please try again."
- id: "newsletter_note"
translation: "We'll never share your email with anyone else."
## Homepage testimonials
- id: "testimonials_title"
translation: "Testimonials"
## Homepage contact
- id: "contact_title"
translation: "Contact"
- id: "contact_button"
translation: "Send message"
- id: "contact_form_name"
translation: "Full Name"
- id: "contact_form_email"
translation: "Email Address"
- id: "contact_form_message"
translation: "Type Your Message Here"
- id: "contact_phone_title"
translation: "Phone Number"
- id: "contact_phone_number"
translation: "Defined in i18n/en.yaml (contact_phone_number)"
- id: "contact_email_title"
translation: "Email"
- id: "contact_email_email"
translation: 'Defined in i18n/en.yaml (contact_email_email)'
- id: "contact_address_title"
translation: "Address"
- id: "contact_address_address"
translation: "Defined in i18n/en.yaml (contact_address_address)"
- id: "contact_button"
translation: "Send Message"
## Blog
- id: "read_more"
translation: "Read more"
- id: "published_on"
translation: "Published on "
- id: "continue_reading"
translation: "Continue reading"
## 404 Page
- id: "404_title"
translation: "Page not found"
- id: "404_description"
translation: "Sorry, but the page you were looking for could not be found."
- id: "404_button"
translation: "Back to homepage"
## Related Posts
- id: "related_posts"
translation: "Related Posts"
## Social Sharing
- id: "share_this_post"
translation: "Share this post"
- id: "share_on_twitter"
translation: "Share on Twitter"
- id: "share_on_linkedin"
translation: "Share on LinkedIn"
- id: "share_on_facebook"
translation: "Share on Facebook"
- id: "share_via_email"
translation: "Share via Email"
- id: "share_twitter_label"
translation: "Twitter"
- id: "share_linkedin_label"
translation: "LinkedIn"
- id: "share_facebook_label"
translation: "Facebook"
- id: "share_email_label"
translation: "Email"
## Table of Contents
- id: "table_of_contents"
translation: "Table of Contents"
## Comments
- id: "comments"
translation: "Comments"
## Reading time and metadata
- id: "min_read"
translation: "min read"
- id: "last_updated"
translation: "Updated"
## Taxonomy
- id: "categories"
translation: "Categories"
- id: "recent_posts"
translation: "Recent Posts"