Compare commits
No commits in common. "4816e4a2c278573f5977917075c3ecb93274876e" and "925010f10d883ef102b7c1df55eb68314db0b1eb" have entirely different histories.
4816e4a2c2
...
925010f10d
17
init.vim
17
init.vim
|
@ -204,9 +204,6 @@ let g:coc_global_extensions = ['coc-html', 'coc-json', 'coc-css', 'coc-markdownl
|
||||||
autocmd FileType scss setl iskeyword+=@-@ " Add @ to iskeyword option
|
autocmd FileType scss setl iskeyword+=@-@ " Add @ to iskeyword option
|
||||||
let g:coc_filetype_map = { 'pandoc': 'markdown' } " Allow markdownlint to recognized pandoc filetype
|
let g:coc_filetype_map = { 'pandoc': 'markdown' } " Allow markdownlint to recognized pandoc filetype
|
||||||
|
|
||||||
" Set the Semantic Menu highlight group
|
|
||||||
hi CocMenuSel ctermbg=252
|
|
||||||
|
|
||||||
" #########################################
|
" #########################################
|
||||||
" #########################################
|
" #########################################
|
||||||
" Python provider in a pyenv
|
" Python provider in a pyenv
|
||||||
|
@ -247,24 +244,14 @@ nnoremap <leader>? :Helptags<CR>
|
||||||
autocmd! User GoyoEnter Limelight
|
autocmd! User GoyoEnter Limelight
|
||||||
autocmd! User GoyoLeave Limelight!
|
autocmd! User GoyoLeave Limelight!
|
||||||
|
|
||||||
" #########################################
|
|
||||||
" #########################################
|
|
||||||
" Syntax coloration and color theme
|
" Syntax coloration and color theme
|
||||||
syntax enable
|
syntax enable
|
||||||
set background=light
|
set background=light
|
||||||
let g:edge_style = "light"
|
let g:edge_style = "light"
|
||||||
colorscheme edge
|
colorscheme edge
|
||||||
|
|
||||||
" #########################################
|
" Set the Semantic Menu highlight group
|
||||||
" #########################################
|
hi CocMenuSel ctermbg=252
|
||||||
" Snippets
|
|
||||||
autocmd BufNewFile *.html 0r ~/.config/nvim/snippets/boilerplate.html
|
|
||||||
autocmd BufNewFile *.md 0r ~/.config/nvim/snippets/template.md
|
|
||||||
|
|
||||||
" #########################################
|
|
||||||
" #########################################
|
|
||||||
" Terminal: use zsh
|
|
||||||
set shell=/usr/bin/zsh
|
|
||||||
|
|
||||||
" #########################################
|
" #########################################
|
||||||
" #########################################
|
" #########################################
|
||||||
|
|
|
@ -1,35 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
|
|
||||||
<title>Unique page title - My Site</title>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
||||||
<link rel="stylesheet" href="/assets/css/print.css" media="print">
|
|
||||||
|
|
||||||
<meta name="description" content="Page description">
|
|
||||||
<meta property="og:title" content="Unique page title - My Site">
|
|
||||||
<meta property="og:description" content="Page description">
|
|
||||||
<meta property="og:image" content="https://www.mywebsite.com/image.jpg">
|
|
||||||
<meta property="og:image:alt" content="Image description">
|
|
||||||
<meta property="og:locale" content="en_GB">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
|
||||||
<meta property="og:url" content="https://www.mywebsite.com/page">
|
|
||||||
<link rel="canonical" href="https://www.mywebsite.com/page">
|
|
||||||
|
|
||||||
<link rel="icon" href="/favicon.ico">
|
|
||||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
||||||
<link rel="manifest" href="/my.webmanifest">
|
|
||||||
<meta name="theme-color" content="#FF00FF">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<!-- Content -->
|
|
||||||
<script src="/assets/js/xy-polyfill.js" nomodule></script>
|
|
||||||
<script src="/assets/js/script.js" type="module"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
title:
|
|
||||||
date:
|
|
||||||
id:
|
|
||||||
tags: []
|
|
||||||
---
|
|
||||||
|
|
||||||
##
|
|
Loading…
Reference in New Issue