Compare commits

..

No commits in common. "b53b8c15444fa4f2c40f24ab42330e0fbe817fb0" and "6b095137d9c7104b4a46ec2023ecad737cbb5679" have entirely different histories.

5 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -77,4 +77,3 @@ typings/
.fusebox/ .fusebox/
/.vscode/ /.vscode/
/dist/

View File

@ -27,6 +27,7 @@ export default {
computed: { computed: {
nav () { nav () {
console.log("Trying to load lang")
const { locales } = this.$site const { locales } = this.$site
if (locales && Object.keys(locales).length > 1) { if (locales && Object.keys(locales).length > 1) {
const currentLink = this.$page.path const currentLink = this.$page.path

View File

@ -1,5 +1,4 @@
module.exports = { module.exports = {
dest: 'dist',
locales: { locales: {
'/': { '/': {
lang: 'en-US', lang: 'en-US',

6
package-lock.json generated
View File

@ -3640,9 +3640,9 @@
"dev": true "dev": true
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.3.352", "version": "1.3.351",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.352.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.351.tgz",
"integrity": "sha512-dL/RyoueFG3UMhG0q3weAQvr+Tbqx/axAnOXYIIOsoYnV+2i+nRvX2S6msEo2+JARbBP8MFkkSYQ8AoY9Bh4Og==", "integrity": "sha512-L8zhV8k7Znp2q3wWXYDzCyfTBeGauEX0rX/FtgmnDgmvHRqwu9NVN614wOkXx9sDZmJZpNMBaEFMXTu/vbr+Kg==",
"dev": true "dev": true
}, },
"elliptic": { "elliptic": {

View File

@ -4,8 +4,8 @@
"description": "The landing page for native African language speaker looking to learn about Bitcoin.", "description": "The landing page for native African language speaker looking to learn about Bitcoin.",
"main": "exonumia.cc.js", "main": "exonumia.cc.js",
"scripts": { "scripts": {
"docs:dev": "vuepress dev docs", "dev": "vuepress dev docs",
"docs:build": "vuepress build docs" "build": "vuepress build docs"
}, },
"repository": { "repository": {
"type": "git", "type": "git",