initial customizations
This commit is contained in:
parent
d799808203
commit
dec820fd01
19 changed files with 14676 additions and 132 deletions
|
@ -1,16 +1,34 @@
|
|||
---
|
||||
name: Tails Azimuth
|
||||
name: Augury
|
||||
avatar: /static/images/avatar.png
|
||||
occupation: Professor of Atmospheric Science
|
||||
company: Stanford University
|
||||
email: address@yoursite.com
|
||||
twitter: https://twitter.com/Twitter
|
||||
linkedin: https://www.linkedin.com
|
||||
github: https://github.com
|
||||
email: info@augurymetal.com
|
||||
twitter: https://twitter.com/augurymetal,
|
||||
facebook: https://www.facebook.com/augury,
|
||||
instagram: https://instagram.com/augurymetal,
|
||||
youtube: https://youtube.com/augurymetal,
|
||||
spotify: http://open.spotify.com/artist/7Iy3W9Pe1ivZzIM3jZvW59,
|
||||
applemusic: https://music.apple.com/us/artist/augury/1101253774,
|
||||
lastfm: https://www.last.fm/music/augury,
|
||||
---
|
||||
|
||||
Tails Azimuth is a professor of atmospheric sciences at the Stanford AI Lab. His research interests includes complexity modelling of tailwinds, headwinds and crosswinds.
|
||||
Augury is a relatively new name in Montréal's musical landscape, yet the very idea of the band was in the air since the musicians met in 1997.
|
||||
|
||||
He leads the clean energy group which develops 3D air pollution-climate models, writes differential equation solvers, and manufactures titanium plated air ballons. In his free time he bakes raspberry pi.
|
||||
But serious stuff began in the winter of 2001/2002 when lead/classical guitarist Mathieu Marcotte left his band Spasme and started auditioning a string of drummers to seriously start a complete outfit. Shortly after, he was joined by soprano vocalist Arianne Fleury and demented bass wizard Dominic "Forest" Lapointe and started to jam complete songs.
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate.
|
||||
In the mean time, vocalist Patrick Loisel had pledged to join and, in February 2002, took a hiatus left his outfit Kralizec to become the band's other lead guitarist as well. In June of 2002, former Adenine's drummer Mathieu Groulx completed the line-up and helped the band shape their first six songs and play its first show.However, lack of time and different musical tastes led him to depart Augury.
|
||||
|
||||
For a few months, the drummer-less outfit spent time writing more songs, focusing on strings instruments arrangements. Then, to the relief of everyone, the final missing piece fell in the puzzle as drummer Étienne Gallo took over the seat. After months of arranging and rehearsing the songs, AUGURY finally commit their work into an album. Concealed was recorded by Yannick St-Amand and mixed by Jean-François Dagenais.
|
||||
|
||||
Augury doesn't identify itself with any pre-established school of music, but it can be fit into the extreme metal category since they favor fast playing, low tuning and rough vocals. A further link can be made with the Norwegian symphonic Black Metal scene, for the use of classical, Celtic and medieval overtones and the lush vocal harmonies that embellish about half of the songs.
|
||||
|
||||
Triplet feels and guitar/bass dual and triple harmonies are indeed a staple of Augury's music. Yet, there is no keyboard, no fake vampire image and a totally different lyrical concept. Also, the musicians add influences from a lot of other sources. All members are big fans of progressive rock, classical baroque and jazz and there is a big flamenco influence (Strunz & Farrah, Paco de Lucia, Don Ross) in the playing. Strings players alone total almost 50 years of practicing their instruments and Patrick started singing in the late 80's while Arianne is classically trained. Yet, everyone still yearns to widen his or her horizon...
|
||||
|
||||
---
|
||||
|
||||
Patrick Loisel has appeared in Kralizec.
|
||||
|
||||
Mathieu Marcotte also appears in Humanoid.
|
||||
|
||||
Antoine Baril has appeared in Symbolic and Deviant Process
|
||||
|
||||
Dominic 'Forest' Lapointe has appeared in Atheretic and Beyond Creation.
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
const headerNavLinks = [
|
||||
{ href: '/blog', title: 'Blog' },
|
||||
{ href: '/tags', title: 'Tags' },
|
||||
{ href: '/projects', title: 'Projects' },
|
||||
{ href: '/about', title: 'About' },
|
||||
{ href: '/', title: 'Home' },
|
||||
{ href: '/blog', title: 'News' },
|
||||
{ href: '/band', title: 'Band' },
|
||||
{ href: '/media', title: 'Media' },
|
||||
{ href: 'https://augurymetal.bandcamp.com/merch', title: 'Store' },
|
||||
]
|
||||
|
||||
export default headerNavLinks
|
||||
|
|
|
@ -1,22 +1,25 @@
|
|||
const siteMetadata = {
|
||||
title: 'Next.js Starter Blog',
|
||||
author: 'Tails Azimuth',
|
||||
headerTitle: 'TailwindBlog',
|
||||
description: 'A blog created with Next.js and Tailwind.css',
|
||||
language: 'en-us',
|
||||
theme: 'system', // system, dark or light
|
||||
siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app',
|
||||
siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog',
|
||||
title: 'Augury',
|
||||
author: 'Augury',
|
||||
headerTitle: 'Augury',
|
||||
description:
|
||||
'The official website of progressive death metal titans Augury. Check in for the latest news, tour dates, music and videos.',
|
||||
language: 'en-ca',
|
||||
theme: 'dark', // system, dark or light
|
||||
siteUrl: 'https://augurymetal.com',
|
||||
siteRepo: 'https://github.com/cdransf/augurymetal.com',
|
||||
siteLogo: '/static/images/logo.png',
|
||||
image: '/static/images/avatar.png',
|
||||
socialBanner: '/static/images/twitter-card.png',
|
||||
email: 'address@yoursite.com',
|
||||
github: 'https://github.com',
|
||||
twitter: 'https://twitter.com/Twitter',
|
||||
facebook: 'https://facebook.com',
|
||||
youtube: 'https://youtube.com',
|
||||
linkedin: 'https://www.linkedin.com',
|
||||
locale: 'en-US',
|
||||
email: 'info@augurymetal.com',
|
||||
twitter: 'https://twitter.com/augurymetal',
|
||||
facebook: 'https://www.facebook.com/augury',
|
||||
instagram: 'https://instagram.com/augurymetal',
|
||||
youtube: 'https://youtube.com/augurymetal',
|
||||
spotify: 'http://open.spotify.com/artist/7Iy3W9Pe1ivZzIM3jZvW59',
|
||||
applemusic: 'https://music.apple.com/us/artist/augury/1101253774',
|
||||
lastfm: 'https://www.last.fm/music/augury',
|
||||
locale: 'en-CA',
|
||||
analytics: {
|
||||
// If you want to use an analytics provider you have to add it to the
|
||||
// content security policy in the `next.config.js` file.
|
||||
|
@ -29,14 +32,14 @@ const siteMetadata = {
|
|||
newsletter: {
|
||||
// supports mailchimp, buttondown, convertkit, klaviyo
|
||||
// Please add your .env file and modify it according to your selection
|
||||
provider: 'buttondown',
|
||||
provider: '',
|
||||
},
|
||||
comment: {
|
||||
// If you want to use a commenting system other than giscus you have to add it to the
|
||||
// content security policy in the `next.config.js` file.
|
||||
// Select a provider and use the environment variables associated to it
|
||||
// https://vercel.com/docs/environment-variables
|
||||
provider: 'giscus', // supported providers: giscus, utterances, disqus
|
||||
provider: '', // supported providers: giscus, utterances, disqus
|
||||
giscusConfig: {
|
||||
// Visit the link below, and follow the steps in the 'configuration' section
|
||||
// https://giscus.app/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue