#talk
source |
---|
async function getTitle(url) {
const response = await fetch(`https://api.allorigins.win/get?url=${encodeURIComponent(url)}`)
const { contents } = await response.json()
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
name: Lumen | |
on: [push] | |
permissions: | |
contents: write | |
jobs: | |
lumen: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build notes.json |
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
import {ThemeProvider, theme} from '@primer/components' | |
import deepmerge from 'deepmerge' | |
const customTheme = deepmerge(theme, { | |
colorSchemes: { | |
light: { | |
colors: { | |
text: { | |
link: 'your color here' | |
} |
Continued making progress on design guidelines this week:
- Pull request: primer/octicons#497
The following updates will be available in Doctocat v0.24.0.
We made updates to the table of contents in Doctocat based on feedback documented in primer/doctocat#137.
Specifically, here's what changed:
- Reduced the font size of the table of contents items from 16px to 14px
- Increased the max width of main content area to 960px
- Limited the depth of the table of contents to h3
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
foo |
NewerOlder