-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from mmdmthr/remove-devjurnal-domain
replace devjurnal.com with mmdmthr.github.io
- Loading branch information
Showing
5 changed files
with
147 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,129 +1,129 @@ | ||
const metaConfig = require('./gatsby-meta-config') | ||
|
||
module.exports = { | ||
siteMetadata: metaConfig, | ||
plugins: [ | ||
{ | ||
resolve: `gatsby-source-filesystem`, | ||
options: { | ||
path: `${__dirname}/content/blog`, | ||
name: `blog`, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-source-filesystem`, | ||
options: { | ||
path: `${__dirname}/content/__about`, | ||
name: `about`, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-source-filesystem`, | ||
options: { | ||
path: `${__dirname}/content/assets`, | ||
name: `assets`, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-transformer-remark`, | ||
options: { | ||
plugins: [ | ||
{ | ||
resolve: `gatsby-remark-katex`, | ||
siteMetadata: metaConfig, | ||
plugins: [ | ||
{ | ||
resolve: `gatsby-source-filesystem`, | ||
options: { | ||
strict: `ignore`, | ||
path: `${__dirname}/content/blog`, | ||
name: `blog`, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-remark-images`, | ||
}, | ||
{ | ||
resolve: `gatsby-source-filesystem`, | ||
options: { | ||
path: `${__dirname}/content/__about`, | ||
name: `about`, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-source-filesystem`, | ||
options: { | ||
maxWidth: 1200, | ||
linkImagesToOriginal: false, | ||
path: `${__dirname}/content/assets`, | ||
name: `assets`, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-remark-images-medium-zoom`, | ||
}, | ||
{ | ||
resolve: `gatsby-transformer-remark`, | ||
options: { | ||
margin: 36, | ||
scrollOffset: 0, | ||
plugins: [ | ||
{ | ||
resolve: `gatsby-remark-katex`, | ||
options: { | ||
strict: `ignore`, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-remark-images`, | ||
options: { | ||
maxWidth: 1200, | ||
linkImagesToOriginal: false, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-remark-images-medium-zoom`, | ||
options: { | ||
margin: 36, | ||
scrollOffset: 0, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-remark-responsive-iframe`, | ||
options: { | ||
wrapperStyle: `margin-bottom: 1.0725rem`, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-remark-prismjs`, | ||
options: { | ||
inlineCodeMarker: '%', | ||
}, | ||
}, | ||
`gatsby-remark-copy-linked-files`, | ||
`gatsby-remark-smartypants`, | ||
`gatsby-remark-autolink-headers`, | ||
`gatsby-remark-emoji`, | ||
], | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-remark-responsive-iframe`, | ||
}, | ||
{ | ||
resolve: `gatsby-plugin-manifest`, | ||
options: { | ||
wrapperStyle: `margin-bottom: 1.0725rem`, | ||
name: metaConfig.title, | ||
short_name: metaConfig.title, | ||
start_url: `/`, | ||
background_color: `#ffffff`, | ||
theme_color: `#1d2740`, | ||
display: `standalone`, | ||
icon: metaConfig.icon, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-remark-prismjs`, | ||
}, | ||
{ | ||
resolve: `gatsby-plugin-typography`, | ||
options: { | ||
inlineCodeMarker: '%', | ||
pathToConfigModule: `src/utils/typography`, | ||
}, | ||
}, | ||
`gatsby-remark-copy-linked-files`, | ||
`gatsby-remark-smartypants`, | ||
`gatsby-remark-autolink-headers`, | ||
`gatsby-remark-emoji`, | ||
], | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-plugin-manifest`, | ||
options: { | ||
name: metaConfig.title, | ||
short_name: metaConfig.title, | ||
start_url: `/`, | ||
background_color: `#ffffff`, | ||
theme_color: `#1d2740`, | ||
display: `standalone`, | ||
icon: metaConfig.icon, | ||
}, | ||
}, | ||
{ | ||
resolve: `gatsby-plugin-typography`, | ||
options: { | ||
pathToConfigModule: `src/utils/typography`, | ||
}, | ||
}, | ||
{ | ||
resolve: 'gatsby-plugin-robots-txt', | ||
options: { | ||
host: 'https://www.devjurnal.com', | ||
sitemap: 'https://www.devjurnal.com/sitemap.xml', | ||
policy: [ | ||
{ | ||
userAgent: '*', | ||
allow: '/', | ||
}, | ||
], | ||
}, | ||
}, | ||
`gatsby-transformer-sharp`, | ||
`gatsby-plugin-sharp`, | ||
`gatsby-plugin-feed`, | ||
`gatsby-plugin-offline`, | ||
`gatsby-plugin-react-helmet`, | ||
{ | ||
resolve: `gatsby-plugin-sass`, | ||
options: { | ||
implementation: require("sass"), | ||
}, | ||
}, | ||
`gatsby-plugin-lodash`, | ||
`gatsby-plugin-sitemap`, | ||
{ | ||
resolve: `gatsby-plugin-google-gtag`, | ||
options: { | ||
// You can add multiple tracking ids and a pageview event will be fired for all of them. | ||
trackingIds: [ | ||
"G-GVQKMM834T", // Google Analytics / GA | ||
], | ||
// This object is used for configuration specific to this plugin | ||
pluginConfig: { | ||
// Puts tracking script in the head instead of the body | ||
head: true, | ||
}, | ||
{ | ||
resolve: 'gatsby-plugin-robots-txt', | ||
options: { | ||
host: 'https://mmdmthr.github.io', | ||
sitemap: 'https://mmdmthr.github.io/sitemap.xml', | ||
policy: [ | ||
{ | ||
userAgent: '*', | ||
allow: '/', | ||
}, | ||
], | ||
}, | ||
}, | ||
`gatsby-transformer-sharp`, | ||
`gatsby-plugin-sharp`, | ||
`gatsby-plugin-feed`, | ||
`gatsby-plugin-offline`, | ||
`gatsby-plugin-react-helmet`, | ||
{ | ||
resolve: `gatsby-plugin-sass`, | ||
options: { | ||
implementation: require("sass"), | ||
}, | ||
}, | ||
`gatsby-plugin-lodash`, | ||
`gatsby-plugin-sitemap`, | ||
{ | ||
resolve: `gatsby-plugin-google-gtag`, | ||
options: { | ||
// You can add multiple tracking ids and a pageview event will be fired for all of them. | ||
trackingIds: [ | ||
"G-GVQKMM834T", // Google Analytics / GA | ||
], | ||
// This object is used for configuration specific to this plugin | ||
pluginConfig: { | ||
// Puts tracking script in the head instead of the body | ||
head: true, | ||
}, | ||
}, | ||
}, | ||
}, | ||
], | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
module.exports = { | ||
title: `Dev Jurnal`, | ||
description: `Blog posted about web developer`, | ||
author: `mmdmthr`, | ||
introduction: `My notes in public space`, | ||
siteUrl: `https://www.devjurnal.com`, // Your blog site url | ||
social: { | ||
twitter: `mmdmthr`, // Your Twitter account | ||
github: `mmdmthr`, // Your GitHub account | ||
medium: `@mmdmthr`, // Your Medium account | ||
facebook: `mmdmthr`, // Your Facebook account | ||
linkedin: `mmdmthr`, // Your LinkedIn account | ||
instagram: `devjurnal`, // Your Instagram account | ||
}, | ||
icon: `content/assets/felog.png`, // Add your favicon | ||
keywords: [`blog`], | ||
comment: { | ||
disqusShortName: '', // Your disqus-short-name. check disqus.com. | ||
utterances: 'mmdmthr/devjurnal', // Your repository for archive comment | ||
}, | ||
configs: { | ||
countOfInitialPost: 10, // Config your initial count of post | ||
}, | ||
sponsor: { | ||
buyMeACoffeeId: '', | ||
}, | ||
share: { | ||
facebookAppId: '198884725496062', // Add facebookAppId for using facebook share feature v3.2 | ||
}, | ||
ga: 'G-GVQKMM834T', // Add your google analytics tranking ID | ||
title: `Dev Jurnal`, | ||
description: `Blog posted about web developer`, | ||
author: `mmdmthr`, | ||
introduction: `My notes in public space`, | ||
siteUrl: `https://mmdmthr.github.io`, // Your blog site url | ||
social: { | ||
twitter: `mmdmthr`, // Your Twitter account | ||
github: `mmdmthr`, // Your GitHub account | ||
medium: `@mmdmthr`, // Your Medium account | ||
facebook: `mmdmthr`, // Your Facebook account | ||
linkedin: `mmdmthr`, // Your LinkedIn account | ||
instagram: `devjurnal`, // Your Instagram account | ||
}, | ||
icon: `content/assets/felog.png`, // Add your favicon | ||
keywords: [`blog`], | ||
comment: { | ||
disqusShortName: '', // Your disqus-short-name. check disqus.com. | ||
utterances: 'mmdmthr/devjurnal', // Your repository for archive comment | ||
}, | ||
configs: { | ||
countOfInitialPost: 10, // Config your initial count of post | ||
}, | ||
sponsor: { | ||
buyMeACoffeeId: '', | ||
}, | ||
share: { | ||
facebookAppId: '198884725496062', // Add facebookAppId for using facebook share feature v3.2 | ||
}, | ||
ga: 'G-GVQKMM834T', // Add your google analytics tranking ID | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
www.devjurnal.com | ||
mmdmthr.github.io |